html {
    font-size: 100%;
}

body {
    font-size: 1rem;
    background-color: whitesmoke;
    color: black;
    padding: 2rem 1.5rem;
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 2em;
}

h1,
h2,
p,
ul,
ol,
table {
    padding-bottom: 1rem;
    line-height: 1.5;
}

th {
    display: inline-block;
    padding-right: 2rem;
}

th::after {
    content: ":";
}

ol {
    list-style-position: inside;
}