@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;
}

.section {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;

  background-color: #006ba6;
}
h1 {
  margin-bottom: 2rem;
  font-size: 6rem;
  font-weight: 100;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}


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