* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333333;
}

a {
  text-decoration: none;
  color: #333333;
}

.colored-link, div.stuff a {
  position: relative;
}

.colored-link:after, div.stuff a:after {
  content: "";
  z-index: -100;
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #8c69a7, #feb9ff);
  transition: opacity 0.5s, height 0.5s;
}

.colored-link:hover:after, div.stuff a:hover:after {
  height: 0.5em;
  opacity: 50%;
  transition: opacity 0.5s, height 0.5s;
}

div.stuff {
  margin: 12em;
  font-family: "Roboto Serif";
  line-height: 1.5em;
}
div.stuff p {
  margin-bottom: 2em;
}
div.stuff h1, div.stuff h2 {
  font-style: normal;
  font-family: "VG5000";
  margin-bottom: 1em;
}
@media (max-aspect-ratio: 3/5) {
  div.stuff {
    font-size: 2em;
    margin: 5em;
    margin-top: 10em;
  }
}

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