body {
    font-family: 'Consolas', monospace;
    font-family: monospace;
    font-size: 100px;

    /* i'm having a hard time making up my mind on these */
    color: #cd8e7f;
    color: #e9b7aa;
    background-color: #96af6e;
    background-color: #dbeac2;
    background-color: #f1eee7;

    display: flex;
    justify-content: center;
    align-items: center;
    /* this is what you might call "scuffed" */
    min-height: 80vh;
}

/* me no links blue */
a {
    color: #96af6e;
}

#back {
    font-size: 20px;
    position: absolute;
    left:0;
    top:0;
    margin: 0.3em;
}

#clock {
    padding: 0.6em;

    border: 0.1em solid #c9d5b5;
    border-radius: 0.8em;
}
