body {
    width: 80%;
    margin: auto;
    background-color: antiquewhite;
}
img {
    text-align: center;
}
h1 {
    color: crimson;
    font-variant: small-caps;
    font-size: 44px;
    text-align: center;
}
h2 {
    color: brown;
    text-decoration: overline;
    font-variant: small-caps;
    font-size: 30px;
    text-align: center;
}
p, li {
    font-size: 20px;
    line-height: 30px;
}
a {
    color: black;
}