
body {
    background-color: #f7f0f0ff;
    color: #484349ff;
    font-family: sans-serif;
    font-size: 16px;
    margin-left: 5%;
    margin-top: 1em;
    max-width: 720px;
}
.header {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 10px 0 40px 0;
}
.header h1 {
    font-size: 36px;
}
a:link, a:visited {
    color: #568ea3ff;
    text-decoration: none;
}
a:hover {
    background-color: #f1e4e4;
}
.main {
    line-height: 24px;
    margin-bottom: 2em;
    margin-top: 8%;
}
.footer {
    bottom: 1em;
    line-height: 30px;
    margin-top: 15%;
    position: absolute;
}