body {
    background: white;
    font-family: sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#logo img {
    height: var(--logo-height, 100px);
    width: auto;
    margin-bottom: 40px;
}

#custom-text {
    margin-bottom: 20px;
    font-size: 1.5em;
    color: gray;
    font-weight: 500;
    max-width: 90%;
    line-height: 1.4;
}

#countdown {
    font-size: 3.5em;
    color: black;
    font-weight: bold;
    letter-spacing: 2px;
}
