body {
  background-color: lightpink;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h2 {
  color: deeppink;
  margin-top: 100px;
}

p {
  color: navy;
}