body {
    background-color: coral;
}

h1 {
  margin-top: 10%;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: whitesmoke;
  font-size: 60px;
}

p {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: whitesmoke;
  font-size: 30px;
}
