body {
    background-color: #00091B;
    color: #fff;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

.container {
    padding: 20px;
}

h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.2em;
    margin-bottom: 1em;
}

#countdown {
    font-size: 2.5em;
    margin-bottom: 1em;
    color: #00bcd4; /* Highlight color for the timer */
}

.social-icons a img {
    width: 30px;
    margin: 0 10px;
}