/* This changes the color */
h1 {color:purple;}
/* This changes the font */
p {
  font-family: Arial;
}    
body {
  text-align: center;
}
body {
  margin-top: 100px;
}
body {
  background-color: lightblue;
}