body {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}

.container {
    text-align: center;
}

.title {
    font-size: 2em;
    margin-bottom: 20px;
}

#countdown {
    font-size: 5em;
}

.join-text {
    font-size: 1.5em;
    margin-top: 10px;
}

.join-text a {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
}

.join-text a:hover {
    text-decoration: underline;
}

/* Existing styles */

.youtube-video {
    margin-top: 20px; /* Add space between join text and video */
    border: 10px solid transparent; /* Add transparent border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add drop shadow */
}
