body {
    font-family: sans-serif;
    max-width: 700px;
    margin: auto;
    padding: 20px;
    line-height: 1.6;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #333;
}