body {
    max-width: 40em;
    margin: 0 auto;
    padding: 5px;
    font-family: 'Georgia', 'Segoe UI';
    font-size: 22px;
    line-height: 1.6em;
    color: black;
    background-color: antiquewhite;
    text-align: left;
}

h1, h2, h3 {
    font-family: 'Segoe UI'; /* Fixed font-family */
    font-weight: normal;
    font-size: 100px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI', sans-serif;
}
