body {
    background: #C7C7CC;
    font-family: HelveticaNeue, 'Helvetica Neue', 'Lucida Grande', Arial, sans-serif;
}

.dateTime {
    text-align: center;
    color: rgb(130, 130, 131);
    font-weight: bold;
    padding: 84px 4px;
    width: auto;
    text-transform: capitalize;
    font-size: 600%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.text {
    text-align: center;
    font-weight: bold;
    font-size: 300%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: rgb(106, 106, 107);
    display: inline-flex;
}

.window {
    border: 0;
    background: linear-gradient(#DBDDDE, #898C90);
    margin: 2px 2px 2px 2px;
    padding: 2px 2px;
    width: auto;
    border-radius: 8px;
    transition: 0.05s;
    text-transform: inherit;
    font-size: larger;
    box-shadow: 8px 8px 8px 0px #acacac;
}