@media screen and (max-width: 767px){
    .bottone {
        font-size: 12px;
    }
}
.box-logo {
    background: #fff;
    padding: 10px;
}
.box-logo img {
    width: 200px;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Montserrat';
    background: #3b3b3b;
    text-align: center;
}
video{
    width: 100%;
    height: 100%;
}
h1{
    color: #fff;
}
.bottone {
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 10px 20px;
    background: #992220;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    margin-block: 30px;
    border-radius: 10px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 1em;
    border: 2px solid #fff;
}
.bottone img {
    width: 34px;
}
div {
    padding-block: 50px;
    padding-inline: 10px;
}