html, body, .container {
    font-family: monospace;
}
.container {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    max-width: 400pt;
    padding: 20pt;
}
