body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background-color: #f8f8f8;
    font-family: Helvetica, Arial, sans-serif;
}

audio {
    width: 100%;
    max-width: 300px;
}

h1 {
    font-size: 64px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
}

.flash {
    animation: flash 1s linear infinite;
}

@keyframes flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

#flag img {
    animation: flash 1s infinite;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.time-notice {
    font-size: 24px; /* Smaller font size */
    margin-bottom: 20px; /* Space above the audio player */
    color: #555; /* Lighter text color, optional */
    text-align: center;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 18px;
}

.clock {
    margin: 0;
    margin-left: 10px;
}

.audio-link {
    margin: 0;
    margin-right: 10px;
    color: #8B0000;
    text-decoration: none;
    cursor: pointer;
}

.audio-link:hover {
  text-decoration: underline;
}

#contact {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

#contactUs:hover {
    text-decoration: underline;
}

#whyexists {
    position: fixed;
    top: 10px;
    left: 10px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    text-align: center;
}

#whyexists:hover {
    text-decoration: underline;
}

#other {
    margin-top: 50px;
    padding: 5px;
}

#countdown {
    text-align: center;
}

#timer {
    font-weight: bold;
}
