body {
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: rgb(20, 19, 19);
}

.maindiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    color: wheat;
    /* border: 2px solid black; */
}

p {
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
}

.clockheader {
    border: 2px solid rgb(234, 181, 181);
    border-radius: 10px;
    padding: 0 15px 0 15px;
    background-color: black;
    box-shadow: 2px 1px 5px .75px;
    display: list-item;
    align-items: center;
    justify-content: center;
    text-align: center;
   

}
.clockheader:hover{
   background-color: rgb(113, 115, 71);
   /* background-color: transparent; */
   color: white;
   border-radius: 50px;
   transform: translate(100 x);
}
