.currenttime.morning {
    color:#FFC53D;
}

.currenttime.afternoon {
    color:#FFE629;
}

.currenttime.evening {
    color:#F76B15;
}

.currenttime.night {
    color:#3E63DD;
}

.currenttime {
    font-size: 4rem;
    margin: 0;
}

.currenttime-title {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
}

.currenttime-title.morning {
    color:#4F3422;
}

.currenttime-title.afternoon {
    color:#473B1F;
}

.currenttime-title.evening {
    color:#582D1D;
}

.currenttime-title.night {
    color:#1F2D5C;
}

.currenttime-description {
    font-size: 1rem;
    color: #60655F;
    margin: 0;
}

.centerbox {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

.centerbox .curtime {
    margin-top:auto;
    margin-bottom:auto;
}

footer {
    text-align: center;
    color: #D9D9D9;
}

footer img {
    height: 1.5rem;
}

.applebtn {
    background-color: transparent;
    border: none;
}