
body {
    background: lightgreen;
    color: black;
}

h1 {
    font-family: Serif;
    font-size: 30px;
}

p {
    font-family: Serif;
    font-size: 20px;
}


