.footer{
    position: fixed;
    width: 65%;
    align-items: center;
    font-size: 18;
    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;
}
a{
    font-style: none;
    color: white;
}
body{
    margin: 0px;
    background-color: black;
}
.titolo{
font-family: "IBM Plex Sans", sans-serif;
font-weight: 500;
font-style: normal;
font-weight: bold;
font-size: 20;
opacity: 50%;
width: 100%;
text-align: center;
top: 10px;
position: fixed;
color: white;
z-index: 2;
}

.images {
    cursor: nw-resize;
    clear: both;
    margin-bottom: 0px;
    height: auto;
    transition: width 0.5s;
    position: absolute;
    z-index: 1;
    /* Centrare l'immagine */
    top: 0;
    left: 0;
    width: 100vw;
    object-fit: cover;
}
#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: "IBM Plex Mono", monospace;
    font-weight: 500;
    font-style: normal;
    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;
}
.titolo:hover{
    opacity: 100%;
    cursor: pointer;
}