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

img {
    max-width: 150px;
    margin-bottom: 1em;
}

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

#countdown {
    font-size: 1.5em;
    color: #d9534f;
}

hr {
    width: 80%;
    margin: 2em 0;
    border: 0;
    border-top: 2px solid #ccc;
}

.contact-info {
    font-size: 1em;
    color: #555;
}

.contact-info p {
    margin: 0.3em 0;
}

.contact-info a {
    color: #0066cc;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}
.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 1em;
}

.social-icons img {
    width: 24px;
    height: 24px;
}