body, html {
    font-family: "Lucida Console", Courier, monospace;
    text-align: center;
    color: #2a2a2a;
    background-color: #e8e8e8;
    margin: 0 auto;
    height: 100%;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}