body {
    background-color: #f0a202;
    margin: 0;
    font-family: 'Creepster', cursive;
}

.title {
    text-align: center;
    font-family: 'Creepster', cursive;
    font-size: 75px;
    color: #0e1428;
    margin-top: 50px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.countdown h1 {
    font-family: 'Courier New', monospace; /* fixed-width font */
    font-size: 50px;
    padding: 20px 15px;
    border-radius: 15px;
    
    box-shadow: 2px 4px 8px rgba(0,0,0,0.2);
    margin: 0;
    width: 1500px; /* fixed width so digits don’t jump */
    letter-spacing: 40px;
    text-align: center;
}
