.footer{
    position: fixed;
    width: 65%;
    align-items: center;
    font-size: 20;
    text-align: center;
    bottom: 10px;
    align-items: center;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: bold;
    color: white;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    mix-blend-mode: difference;
}
a{
    font-style: none;
    color: white;
}
body{
    margin: 0px;
    background-color: black;
}
.titolo{
margin-top: -6.8%;
margin-left: -0.95vw;
font-family: "IBM Plex Sans", sans-serif;
font-weight: 500;
font-style: normal;
font-weight: bold;
font-size: 21.2vw;
letter-spacing: -1.5vw;
width: 100%;
text-align: center;
top: 10px;
position: fixed;
color: rgb(108, 108, 108);
z-index: 2;
mix-blend-mode: color-burn;
}

.intro {
    cursor: pointer;
    clear: both;
    margin-bottom: 0px;
    height: 100%;
    transition: width 0.5s;
    position: absolute;
    z-index: 1;
    /* Centrare l'immagine */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: fill;
}
#coordinateDisplay{
    font-size: 14;
    opacity: 50%;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 500;
    font-style: normal;
}
#text, #about{
    opacity: 50%;
    }
    #about:hover{
    opacity: 100%;
    cursor: pointer;
    }
.contenuto{
    width: 50%;
    padding-left: 10px;
    position: absolute;
    font-family: monospace;
    font-size: 13;
    color: white;
    top:16.5vw;
}
.frammenti{
    width: 80%;
}
.opacity{
    opacity: 50%;
}
#avviaAudio{
    text-decoration: underline;
    cursor: pointer;
    opacity: 50%;
}
#avviaAudio:hover{
    opacity: 100%;

}
.contenuto p{
    display: none;
}