body {
    background-color: #EDE1CA;
    font-family:nunito, sans-serif;
    color: #282A36;
}

h1 {
    color: #282A36;
    text-align: center;
}

h2 {
    color: #282A36;
}

footer {
    text-align: center;
    border-top: 2pt solid #282A36;
    padding: 5pt;
}