
body {
  background-color: rgb(201, 204, 255);
}

h1 {
  color: white;
  text-align: center;
  font-size: 30px;
}
h2 {
  color: rgb(168, 54, 54);
  text-align: center;
  font-size: 30px;
}
h3 {
  color: rgb(233, 255, 65);
  text-align: center;
  font-size: 30px;
}
h4 {
  color: rgb(132, 255, 83);
  text-align: center;
  font-size: 30px;
}
h5 {
  color: rgb(136, 114, 114);
  text-align: center;
  font-size: 30px;
}
h6 {
  color: rgb(216, 54, 189);
  text-align: center;
  font-size: 30px;
}

p {
  font-family: verdana;
  font-size: 20px;
  color: rgb(109, 17, 17);
}

