.bg-light {
    background: url("../icons/1.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.bg-dark {
    background: url("../icons/2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#clock {
    font-family: sans-serif;
    font-size: 8vw;
    font-weight: bold;
    color: rgb(236, 236, 236);
    float: left;
}
@media screen and (max-width: 1250px) {
    #clock {
        font-size: 20vw;
    }
}
.state-1 {
    margin: 0;
    position: fixed;
    bottom: 7%;
    left: 2%;
}
.state-2 {
    margin: 0;
    position: fixed;
    top: 16%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.button {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgb(48, 172, 93);
    border-radius: 27px;
    border: 1px solid rgb(48, 172, 93);
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "Segoe UI";
    font-size: 17px;
    padding: 14px 13px;
    text-decoration: none;
}

.dd {
    margin: 0;
    position: fixed;
    bottom: 10px;
    right: 9.9px;
}
