html {
    background-color: #F2F0EF;
}

body {
    font-family: Garamond, Georgia, serif;
    max-width: 960px;
    margin-inline: auto;
    padding-inline: 24px;
    margin-top: 40px;
    text-align: center;
    color: #333333;
}

h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

hr {
    width: 65%;
    border: none;
    border-top: 2px solid lightgray;
}

p {
    line-height: 1.6;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

a {
    color: #d6001c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}