body {
    background-color: chartreuse;
    color: blueviolet;
}

/* HEADER */

/* MAIN */

/* FOOTER */
.site-footer {
    color: white;
    background-color: aqua;
}