@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;700&display=swap);
html {
  font-family: "Raleway", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

h2 {
  margin-bottom: 2rem;
  font-size: 8rem;
  font-weight: 100;
}

.section {
  height: 100vh;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
}
.section-1 {
  background-color: #006ba6;
}

.section-2 {
  background-color: #0496ff;
}
.section-3 {
  background-color: #ffbc42;
}
.section-4 {
  background-color: #d81159;
}
.section-5 {
  background-color: #8f2d56;
}


/*# sourceMappingURL=main.css.map*/