h1 {
  font-family: "Times New Roman";
  font-size: 10em;
  text-align: center;
}

.s1 {
  background-color: #4a4e69;
  background-size: cover;
}

.s1 h1 {
  color: white;
}

.s1 p {
  font-family: "Times New Roman";
  font-size: 2em;
  text-align: center;
  color: white;
}

.s2 {
  background-color: #9a8c98;
  background-size: cover;
}

.s2 h1 {
  color: white;
}

.s3 {
  background-color: #c9ada7;
  background-size: cover;
}

.s3 h1 {
  color: white;
}
/*# sourceMappingURL=style.css.map */