body {
  background: rgb(150,100,100);
}
p {
  color: black;
  font-size: 18px;
  text-indent: 2.0em;
}
h1 {
  font-weight: bold;
  text-align: center;
  color: rgb(10,200,255);
}


