#ac-clock {
    background: url("/assets/ac-clock/clock.png");
    background-size: 200px auto;
    width: 200px;
    height: 200px;
    margin: 10px auto;
    position: relative;
}

#minute,
#hour,
#second {
    position: absolute;
    width: 112px;
    top: 19px;
    left: 45px;
    transform: rotate(0deg);
}

#day-night {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}

#month,
#slash,
#date,
#day {
    position: absolute;
    font-family: "times new roman";
    font-weight: bolder;
    font-size: 18px;
}

#month,
#slash,
#date {
    color: black;
    font-size: 19px;
    text-shadow: none;
}

#month {
    top: 140px;
    left: 45px;
}

#slash {
    top: 150px;
    left: 70px;
}

#date {
    top: 156px;
    left: 90px;
}

#day {
    top: 143px;
    left: 144px;
    color: white;
}