body {
    max-width: 40em;
    margin: 0 auto;
    padding: 5px;
    font-family: 'Spectral', sans-serif;
    font-size: 22px;
    line-height: 1.6em;
    color: black;
    background-color: wheat;
    text-align: left;
}

a:visited {
    color: black;
}

h1, h2, h3 {
    font-family: 'Spectral', serif;
    font-weight: normal;
    font-size: 50px;
}

h4, h5, h6 {
    font-family: 'Spectral', serif;
}

h1 a {
    text-decoration: none;
}
button {
    background: #2b1d0e;
    color: navajowhite;
    border: 2px solid #6b4423;
    padding: 10px 24px;
    font-size: 18px;
    font-family: 'Spectral', serif;
    cursor: pointer;
    border-radius: 2px;
    letter-spacing: 1px;
}

    button:hover {
        background: #3d2a14;
    }