body {
    font-family: sans-serif;
    margin: 2rem;
    line-height: 1.6;
    max-width: 700px;
}
a {
    color: #007acc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
