body {
  background-color:azure
  
}
p {
  color: rgb(255,26,59);
  font-size: 17px;
  font-family:sans-serif;
  
}
h1 {
  font-weight: bold;
  color:rgb(233,89,67);
  font-family:monospace;
}
h2 {
  color:rgb(167,253,21);
  font-family:fantasy;
}

