* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    background-color: #f3f3f3;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    padding: 20px;
}

.heading {
    font-size: 3rem;
    color: #2e3b4e;
}

.sub-heading {
    font-size: 2rem;
    color: #ff4500;
    margin-top: 10px;
}

.description {
    font-size: 1.25rem;
    color: #555;
    margin-top: 20px;
}

.countdown {
    margin-top: 30px;
    font-size: 2rem;
    color: #2e3b4e;
}

.contact {
    margin-top: 40px;
}

.email {
    font-size: 1.2rem;
    color: #0073e6;
    text-decoration: none;
}

.email:hover {
    text-decoration: underline;
}

#countdown {
    font-size: 2rem;
    font-weight: bold;
    color: #ff6347;
}
