body {
    font-family: 'San Francisco', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    padding: 0 20px 40px 20px;
}
h1 {
    border-bottom: 1px solid #d0d0d0;
    text-align:center;
    color: #89CFF0;
}
h2 {
    margin-bottom: 10px;
    color: #9b9b9b;
}
p {
    font-size: 1.2em;
}
ul {
    font-size: 1.2em;
    margin-left: 0em;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f9f9f9;
    padding: 10px 0;
    text-align: center;
}
.footer-links {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
}