/* Set the background image for the body with initial opacity */
body {
    background: url('https://cdn.discordapp.com/attachments/1176363337399934997/1176388602943520779/asheval.png') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    overflow: hidden;
    height: 100vh;
    opacity: 0;
    transition: opacity 2s ease;
}

/* Add some basic styling to center the content */
#content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Hide the audio element */
figure {
    visibility: hidden;
    height: 0;
}
