body {
  background-color: rgb(186, 126, 13);
}
h1 {
  color: rgb(245, 2, 23);
  font-size: 300%;
  border: 4px dashed orange;
  background-color: rgb(96, 183, 173);
}
p {
  color:rgb(245, 245, 245); 
  border: 4px dotted blue;
  font-size: 160%;
  background-color: rgb(87, 41, 9);
}

footer {
  background-color:black;
  color:white;
}