

h1 {
  color: hsl(0, 7%, 9%);
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
body {
    background-color: rgb(253, 174, 84);
}