body {
  background-color: #090909;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 18px;
  color: #fff;
}

a {
  color: #7c7c7c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.btn:hover {
  text-decoration: none;
}

h1 {
  font-size: 5rem;
  font-weight: 900;
}

#content {
  max-width: 860px;
  margin: 0 auto;
}

a.social {
  display: block;
  text-align: center;
}

a.social:hover {
  color: #fff;
  text-decoration: none;
}

.icon {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 0.5rem;
  display: block;
}

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