body {
  background-color:rgb(66,245,245);
}
h1 {
  color:rgb(176, 66, 245);
  font-size: 300%;
  background-color:rgb(245,245,66);
  border: 4px dotted purple;
}

footer {
  background-color:black;
  color:white;
  border: dashed orange;
}
