html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

main {
  min-height: 100vh;
  flex-direction: column;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section:nth-of-type(1) {
  align-items: center;
}
section:nth-of-type(1) h1 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: rgb(139, 26, 26);
  font-size: 1.5em;
}
section:nth-of-type(1) p {
  font-family: "Rubik", sans-serif;
  color: rgb(34, 9, 1);
  font-size: 1.2em;
  width: 80%;
}
section:nth-of-type(2) {
  align-items: center;
}
section:nth-of-type(2) .row {
  margin-top: 2vw;
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
section:nth-of-type(2) .item {
  width: 100%;
  padding: 2em;
  box-sizing: border-box;
  background-color: rgb(34, 9, 1);
  color: rgb(255, 255, 255);
}
section:nth-of-type(2) .item h1 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
}
section:nth-of-type(2) .item p {
  font-family: "Rubik", sans-serif;
  font-size: 1.2em;
}/*# sourceMappingURL=about.css.map */