body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
}
h1 {

    color: blue;
}
p {
    color: green;
}