.back-btn {
    background: #fbbc0c;
    border-radius: 10px;
    height: 35px;
    line-height: 36px;
    width: 64px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.custom-middle {
    background: #D7E4BD;
    border-radius: 25px;
    border: 3px green solid;
    height: 80px;
    padding: 15px;
    text-align: center;
    width: 90%;
    color: black;
}

.right {
    float: right;
    text-align: right;
}

.clock {
    color: #ffffff;
    font-size: 45px;
    letter-spacing: 3px;
    font-weight: bold;
}
.date {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
}