body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

.video-wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

#bg-video {
    width: 100%; /* Cover the entire window */
    height: 100%;
    object-fit: cover; /* Ensure aspect ratio is preserved */
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.logo {
    width: 150px;
    height: 150px; /* Adjust size as needed */
}
.countdown {
    color: #fff; /* White color for the countdown text */
    margin-top: 20px; /* Space from the text above */
    font-weight: 100;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px #222;
    letter-spacing: 1px;
    font-family: Helvetica,Arial,sans-serif;
}
.text-message {
    font-family: arial,sans-serif;
    font-weight: 100;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px #222;
    letter-spacing: 1px;
}
