body {
    font-family: "Gabarito", sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #272822;
}

#datetime {
    position: absolute;
    top: 40px;
    font-size: 1.4em;
    color: #AE81E1;
}

#prompt {
    text-align: center;
    font-size: 3.5em;
    color: #A6E22E;
    text-shadow: rgba(156, 156, 156, 0.4) 0px 5px 24px;
}
