body {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    overflow-x: hidden;
}

code {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap;
}

a:hover {
    color: mistyrose;
    /* filter: brightness(150%); */
}

a {
    text-decoration: none;
}
