body {
    margin: 40px auto;
    max-width: 1000px;
    line-height: 1.6;
    font-size: 18px;
    padding: 0 10px;
    background-color: #daddb1;
}

footer {
    padding-top: 1em;
    display: flex;
    justify-content: space-between;
}

h1 {
    font-family: "Brush Script MT", "Brush Script Std", "URW Chancery", "Cedarville Cursive", cursive;
    font-size: 48px;
}
ul li {
    line-height: 2;
}

img {
    width: 100%;
}
