.countdown {
    position: relative;
    margin: auto;
    margin-top: 10px;
    height: 130px;
    width: 130px;
    text-align: center;
}

#countdown-number {
    color: black;
    display: inline-block;
    line-height: 120px;
    font-size: 20px;
}

svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

#circle_animation {
    stroke-dasharray: 377px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: black;
    fill: none;
}

#resume_button
{
    display: none;
}


