/* style.css */
body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

#screensaver {
    color: white;
    font-size: 40px;
    font-family: 'Arial', sans-serif;
    opacity: 0;
}
