.datetime {
    margin: 0px auto;
    color: #fff;
    border-radius: 12px;
    /* background: #10101E; */
    font-family: "Segoe UI", sans-serif;
    padding: 5px 10px;
    background: #6B8B8A;
    box-shadow: 0 0 30px #6B8B8A;
    -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255, 255, 255, 0.1));
    transition: 0.5s;
    transition-property: background, box-shadow;
    margin-top: 14px;
    margin-bottom: 40px;
}

.datetime:hover {
    background: #6B8B8A;
    box-shadow: 0 0 30px #6B8B8A;
}

.date {
    font-size: 20px; 
    text-align: center;
    margin: 9px auto;
}

.time {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time span:not(:last-child) {
    position: relative;
    margin: 0 6px;
    /* font-weight: 600; */
    text-align: center; 
}

.time span:last-child {
     /* background: #6B8B8A; */
     font-size: 30px;
     font-weight: 600;
     text-transform: uppercase;
     margin-top: 10px;
     padding: 0 5px;
     border-radius: 3px;
}
.timing{

    font-size: 20px;
    /* font-weight: 600; */
    text-align: center;
}



 
