body {
    max-width: 70ch;
    margin: 30px auto;
    padding: 0 10px;
    font-family: sans-serif;
}
footer {
    margin: 30px;
    text-align: center;
    & a {
        color: CanvasText;
        opacity: 50%;
        text-decoration: none;
    }
}