body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fdfdfd;
}

main {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 60em;
}
div {
    width: auto;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
}
code {
    background-color: #e6e6e6;
    padding: 2px;
    border-radius: 2px;
}
img {
    max-width: 100%;
    border: 1px solid #afafaf;
    margin: 0.5em 0;
}
body > img {
    align-self: flex-start;
}
pre {
    max-width: 95vw;
    overflow-x: scroll;
}
form {
    display: none;
}
p {
    margin: 0;
}
p + p {
    margin-top: 10px;
}

h2, h3, h4, h5, h6 {
    margin-top: 0;
}
* + h2, * + h3 {
    margin-top: 1.5em;
}
