@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins-Regular.ttf);
}
* {
    margin: auto 0;
    padding: 0;
    color: white;
    font-family: 'Poppins', sans-serif;

}
.bg {
    background-color: #FEF3E4!important;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -100;
    margin: 0px;
    padding: 0;
    filter: 50%;
}
.contenitore {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.festive {
    background-color: #C9A76F!important;
}
.logo {
    width: 200px;
    margin: auto;
    margin-bottom: 0px;
}
.menu {
    height: 40vh;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.bottoni{
    margin: 10px;
    text-decoration: none;
    font-size: 15px;
    background-color: #5F1D2B;
    padding: 10px;
    width: 45%;
    text-align: center;
    height: 20px;
}
.festive .bottoni{
    margin-bottom: 0px;
    font-size: 15px;
    background-color: hsl(0, 0%, 100%);
    color: #610E3A;
    padding: 10px;


}
.booknow{
    margin-top: 0px;
    text-decoration: none;
    font-size: 15px;
    background-color: #500b30!important;
    color: #FEF3E4!important;
    padding: 10px;
    width: 45%;
    text-align: center;
    height: 20px;
}
.bottoni:hover {
    background-color: #C19242;
}
.festive .bottoni:hover {
    background-color: #fffffff1;
}

@media screen and (max-width: 992px) {
    .bottoni {
        width: 65%;
        padding-top: 0px;
    }
}