body {
    background-color: #222;
    color: gold;
    font-family: Arial, Helvetica, sans-serif sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.box {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    min-width: 80px;
}

.box span {
    display: block;
    font-size: 32px;
    font-weight: bold;
}

.box small {
    font-size: 14px;
    color: gold;
}
