body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    height: 100%;
}

.screensaver {
    position: relative;
    width: 100vw;
    height: 100vh;
}

#dvd-logo {
    position: absolute;
    width: 30%; /* Adjust size as needed */
    height: auto;
}