body{
    font-family: "Bricolage Grotesque", sans-serif;
    background-color: white;
}
.top-menu {
    border-radius: 0px;
    background-color: white !important;
    padding: 10px 50px;
} 
.navbar-brand{
    width: 150px !important;
}
.content-image{
    max-width: 100%;
    width: 350px;
    height: auto;
}
.form-label{
    font-weight: 600;
}
.form-control{
    height: 47px !important;
    border: 2px solid #d9d9d9;
    border-radius: 10px !important;
    background-color: #D9D9D9 !important;
    font-weight: 500;
    transition: 0.3s ease;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: #78302D !important;
    background-color: white !important;
    color: black;
}
a{
    text-decoration: none !important
    ;
}
a:hover{
    text-decoration: none !important;
}
@media (max-width: 576px) {
    .top-menu{
        padding: 10px;
    }
}