body{
    font-family: "Papyrus", serif;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#countdown{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.tag{
    padding: 30px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.value{
    display: block;
    font-weight: 700;
    font-size: 70px;
}

.label{
    text-transform: uppercase;
    font-size: 25px;
}
