body {
  background-color: lightblue;
}

h1 {
  color: black;
  text-align: center;
  font-family: verdana;
  font-size: 175px;
}

p {
    color: black;
    font-family: "Times New Roman";
    font-size: 30px;
}
