@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Poppins-Regular.ttf);
}
* {
    margin: auto 0;
    padding: 0;
    color: #72342B;
    font-family: 'Poppins', sans-serif;
}
.bg {
    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;
    background-color: #72342B;
    flex-direction: column;
    align-items: center;
}
.logo {
    max-width: 300px;
    margin: auto;
    margin-bottom: 0px;
}
.menu {
    height: 40vh;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}
.bottoni{
    margin: 10px;
    text-decoration: none;
    font-size: 15px;
    background-color: #ECEBE4;
    padding: 8px;
    width: 350px;
    text-align: center;
    border-radius: 5px;
}
.bottoni:hover{
    background-color: #dad8d1;
}
video::-webkit-media-controls {
    display: none;
}