body {
  background-color: rgb(255, 255, 255);
  font-family: Arial, sans-serif;
}
h1 {
  color: rgb(190, 60, 60);
  text-align: center;
  font-size: 30px;
}
p {
  color: rgb(168, 54, 54);
  text-align: center;
  font-size: 30px;
}