body{
    margin: 0;
    overflow: hidden;
}

html, body {
    cursor: url("../data/images/cursor.ico"), default;
}

#audioWrapper, #dvdWrapper ,#credits{
    position: absolute;
    width: 100vw;
    height: 100vh;
}

#audioWrapper, #credits{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#credits{
    align-items:flex-end;
    z-index: 100;

}
#credits > *{
    padding: 1em;
}

#dvdWrapper > img{
    /* opacity: 0; */
    position: absolute;
    transition: 1s opacity ease;
    /* mix-blend-mode:lighten; */
}