body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full height of the viewport */
    margin: 0; /* Remove default margin */
    background-color: black; /* Optional background color */
    background-size: contain; /* Adjust to 'contain' for better fit */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    transition: background-image 0.5s ease; /* Smooth transition */
}

audio {
    display: none; /* Hide the audio controls by default */
}

#audioIcon {
    width: 50px; /* Set the desired width */
    height: auto; /* Maintain aspect ratio */
    position: absolute; /* Position it on top of the background */
    bottom: 80px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
}
