
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: black;
    color: white;
}
.logo-container {
    position: fixed;
    top: 0.3em;
    right: 2vw;
    z-index: 1100;
}
.logo-container img {
    height: 85px;
    object-fit: contain;
}
.menu {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0.7em 0;
    text-align: center;
    z-index: 1000;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu li {
    display: inline;
    margin: 0 15px;
}
.menu a {
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}
.menu a:hover {
    color: #f0c040;
}
.titolo {
    text-align: center;
    font-size: 3em;
    margin-top: 120px;
}
.descrizione {
    font-size: 18px;
    line-height: 1.6em;
    max-width: 800px;
    margin: 0 auto 2em auto;
    padding: 0 1em;
    text-align: justify;
}
.video {
    text-align: center;
    margin-bottom: 3em;
}
