body{
    background-color: rgb(29, 29, 29);
    padding: 20px;
    font-family: 'Della Respira', sans-serif;
}

.logo {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    z-index: 2;
}
.video-box{
    z-index: 99;
    max-width: 800px;
    text-align: center;
    margin: auto;
}
.hidden {
    background-color: rgb(179, 49, 49);
    background-image: url("egg.png");
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 150%;
    opacity: 0;
}
.logo:hover ~ .hidden{
    opacity: 1;
}
.info{
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 5px;
}
h1{
    font-size: 30px;
}
.map{
    margin-top: 50px;
    text-align: center;
}
.info img{
    color: white;;
}