.header {
    height: 100%;
    margin: 8px 0px;
    padding-top: 3px;
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.left-section {
    display: inline-block;
}

.middle-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-section {
    display: flex;
    justify-content: flex-end;
}

.youtube-logo {
    width: 85px;
    margin-left: 5px;
}

.search-bar {
    width: 75%;
    height: 35px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 207, 207);
    font-size: 15px;
    padding-left: 7px;
}

.search-button {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 207, 207);
    width: 50px;
    height: 39px;
    background-image: url('https://supersimple.dev/exercises/youtube/icons/search.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    cursor: pointer;
}

.voice-button {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    margin-left: 8px;
    border: none;
    opacity: 90%;
    background-image: url('https://supersimple.dev/exercises/youtube/icons/voice-search-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.right-buttons {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
}

.right-buttons-content {
    width: 27px;
}