body {
    background: #03A63C;
    color: #2B2523;
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
footer {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 2em;
    margin-bottom: 2em;
}
a {
    text-decoration: none;
    color: #3156CC;
}
a:hover {
    text-decoration: underline;
}
