body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #0D0D0D;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    max-width: 250px;
    margin-bottom: 20px;

}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

p {
    font-size: 1.2rem;
    font-weight: 300;
    max-width: 500px;
}

.countdown {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 500;
}

span {
    font-weight: 700;
    color: #FFA500;
}
