body {
background-color: grey;
}

h1 {
    color: blue; font-family: Arial, Helvetica, sans-serif; text-align: center;
}
p {
    color: green; margin: 20px;
}
