body {
    background-color: #EFF4EF;
}

.footer {
    color: #fff;
    background-color: #4e8200;
    text-align: center;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #eee;
}

.footer .button {
    text-transform: unset;
    margin: 2.5em;
}