img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
}

/* About me */
#aboutme {
    width: 500px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 500 / 446;
}

/* About me */
#artiststatement {
    width: 500px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 500 / 446;
}

/* Itch */
#projecten {
    width: 500px;
    height: 400px;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 800 / 500;
}

/* Trash */
#trash {
    width: 480px;
    height: 320px;
    max-width: 90vw; 
    max-height: 90vh; 
}


/* Nested containers */

#failuretoperform {
    width: 800px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 515 / 400;
}

#digitalthing {
    width: 800px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 515 / 400;
}

#jellyfish {
    width: 800px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 515 / 400;
}

#brb {
    width: 750px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 515 / 400;
}


#domtoren{
    width: 750px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 515 / 400;
}

#juliecv {
    width: 1080px;
    height: auto;
    max-width: 90vw; 
    max-height: 90vh; 
    aspect-ratio: 750 / 750;
}