body {
    margin: auto;
    padding: auto;
}
.jun-meter {
    position: relative;
    width: 280px;
    height: 280px;
    background-image: url("../img/ring.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-rect {
    position: absolute;
    width: 20px;
    height: 40px;
    left: 105px;
    top: 90px;
    background-image: url("../img/rect.svg");
    background-size: 20px 20px;
}

.jun-time-h-h {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 35px;
    top: 80px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-h-l {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 65px;
    top: 80px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-m-h {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 115px;
    top: 80px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-m-l {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 155px;
    top: 80px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-s-h {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 195px;
    top: 100px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-time-s-l {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 215px;
    top: 100px;
    background-image: url("../img/8.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.jun-calendar-date {
    position: absolute;
    width: 60px;
    height: 10px;
    left: 190px;
    top: 145px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
}

.jun-date {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 190px;
    top: 165px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
}

.jun-human{
    position: absolute;
    width: 150px;
    height: 150px;
    left: 100px;
    top: 130px;
    background-image: url("../img/human.gif");
    background-repeat: no-repeat;
    background-size: 48%;
}
