body {
    color: #3E3F3A;
    background: #E9E9E9;
    font-family: "Encode Sans", "Helvetica Neue", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin: 40px auto;
    max-width: 800px;
    scroll-behavior: smooth;
}

h1 {
    color: #3E3F3A;
    font-family: "Lancelot";
    font-size: 60px;
    font-style: normal;
}

header h2 {
    color: #7ea8d2;
    margin-top: -1.5em;
    font-family: "Lancelot";
    font-size: 48px;
}

a {
    color: #09AAF5;
    text-decoration: none;
}

address {
    margin-top: -1.5em;
    font-style: normal;
    font-weight: bold;
}

address ul {
   list-style-type: none;
}

address ul li:before {
    content: ">";
}

footer {
    font-family: "Alumni Sans Pinstripe";
    font-size: 24px;
}