html {
    background-color: #fff;
    color: #036;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}
body {
    max-width: 590px;
    padding: 5px;
    margin: auto;
    text-align: justify;
}
h1, em, strong, i, b, u, a {
    color: #c00;
}
h2 {
    font-family: 'Courier New', Courier, monospace;
}
header, footer {
    text-align: center;
}
main {
    display: flex;
    width: 590px;
}
main > img {
    flex-grow: 0;
    align-self: flex-start
}
ol {
    flex-grow: 1;
}
ol li {
    line-height: 2em;
}
figure {
    text-align: center; margin: 10px auto; 
    font-size: small; font-style: italic;
    width: fit-content; padding: 10px; border: 1px dashed #c00;
}
.fonts {
    font-size: 3em; text-align: center; margin: 0;
}