h1 {
  color: rgb(113, 0, 255);
  text-align: center
}
body{
  background: rgb(214, 183, 255);
  border: solid;
  border-color: rgb(113, 0, 255);
  color: rgb(79, 0, 183);
font-size: 12px;
}
