body {
    margin: auto;
    font-size: 1.1rem;
    font-family: Arial, Helvetica, sans-serif;
}

body>* {
    margin: 0.5rem auto;
}

a {
    color: steelblue;
}

h1 {
    width: 100%;
    font-size: medium;
    text-align: center;
}

p {
    margin: 1rem auto;
    max-width: 70ch;
}

body>table {
    margin: 1rem auto;
}

ul, ol {
    max-width: 55ch;
}

p, li {
    line-height: 1.6rem;
}

section {
    margin: auto;
    width: 70ch;
}
