body {
  background-color: rgb(194, 217, 255);
}
h1 {
  color: rgb(245, 2, 23);
  font-size: 300%;
  border: 4px dashed orange;
  background-color: rgb(96, 183, 173);
}

p {
  color: rgb(92,22,88);
  font-size: 200%;
}


