@import "header.css";
@import "content.css";

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    max-width: 920px;
    margin: auto;
    background-color: #faf9f8;
    color: #222;
    line-height: 1.6;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 519px) {
    ul {
        padding-left: 15px;
    }
}