.additional_navbar {
    border-top: 1px solid #37383C;
    color: #FFFFFF;
}

.featured-div {
    margin-bottom: 10px;
}

#featured-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#search-input {
    border-radius: 4px;
    border: 1px;
    width: 540px;
    height: 58px;
    background: #FFFFFF url("../images/navbar/search.svg") no-repeat 95% 50%;
    background-origin: border-box;
    padding: 19px 60px 19px 24px;
}
