#timer_timedown {

    font-family: "cursive;", sans-serif;
    font-size: 10px;
    text-align: center;
    /* padding-left: 300px; */
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* flex-direction: column-reverse; */
    /* justify-content: space-evenly; */
    /* align-items: flex-end; */
    /* align-content: center; */
    padding-top: 40px;
}

#timer_timedown i {
    font-size: 12px;
    font-family: "cursive;";
}

/* * {
    padding: 0;
    margin: 0;
    font-family: "cursive;", sans-serif;
} */

#timer_timedown span p:first-child {
    font-size: 25px;
    font-weight: bold;
}

#timer_timedown span p:last-child {
    font-size: 14px;
}

#timer_timedown span {
    display: inline-block;
    width: 60px;
    height: 65px;
    padding: 10px;
    border-radius: 5px;
}

span.red {
    background: #06ffa3e0;
}

span.yg {
    background: yellowgreen;
}

span.or {
    background: orange;
}

span.pi {
    background: rgb(250 113 230);
}

span.pk {
    background: #00a0e9;
}

span.mk {
    background: #1FADC5;
}

span p:first-child {
    font-size: 25px;
}

span p:last-child {
    font-size: 12px;
}