/*=======================================
-> Helpers
=======================================*/
/*=======================================
-> Colors
=======================================*/
/*=======================================
-> Components
=======================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400&display=swap");
body {
  background-color: #21222c;
}

* {
  font-family: "Nunito Sans", sans-serif;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 3rem;
}
.footer img {
  margin: 0 auto;
  display: block;
  max-width: 20rem;
}
.footer__image {
  opacity: 0.7;
}

/*=======================================
-> Layout
=======================================*/
.header__row {
  height: calc(100vh - 100px);
}
.header__content__title {
  color: #fff;
  opacity: 0.7;
  font-size: 2rem;
  font-weight: 200;
}

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