body {
    color: white;
    background: black;
    font-family: monaco;

    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1, .cont {
    text-align: center;
}

.foot {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

a {
    color: gray;
}
