body {
    font-family: inter, roboto, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 700pt;
    width: 94%;
    margin: 2rem auto;
}

h1,
h2,
h3 {
    margin: 1.5rem 0 1rem;
    color: #000;
}

p,
ul {
    text-indent: 15pt;
    margin-bottom: 1rem;
}

li {
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

span {
    display: block;
    color: #666;
    margin-bottom: 2rem;
}

@media (max-width: 600px) {
    body {
        width: 90%;
        margin: 1rem auto;
    }
}