body {
    font-family: 'Lora', serif;
    font-size: 20px;
    margin: 0 auto;
    padding: 2rem;
    max-width: 35rem;
    line-height: 1.8rem;
}
a {
    color: black;
}
a:hover {
    text-decoration: none;
}