body {
    font-family: Courier, monospace; /* Arial, sans-serif; */
    background-color: #000;
}

.timer-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#countdown-timer {
    font-size: 48px;
    color: #ccc;
}
