body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000000; /* Black background */
    margin: 0;
    font-family: Arial, sans-serif;
    color: #FFFFFF; /* White text for a dark scheme */
}

.container {
    text-align: center;
}

.image {
    width: 100px;
    height: auto;
}

.spinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: auto;
}


/* Additional styles for the countdown text */
#countdownText {
    color: #FFFFFF; /* White text for a dark scheme */
}
