html {
    background-color: #333232;
    height: 100%;
}

h1 {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#container {
    height: 200px;
    width: 550px;
    background-color: #F5E4C3;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 5px solid #88B169;
}

#output {
    font-size: 50px;
    text-align: center;
}

#date {
    font-size: 50px;
    text-align: center;
}