h1 {color:blue;} /*color*/

body {
    font-family: Monospace, sans-serif; /*fonts*/
    color: #000;
}

p {
    color: #333;
} /*more color*/