h1.glint {
  background-image: linear-gradient(78deg, rgb(91, 169, 204), rgb(91, 169, 204), rgb(102, 204, 156), rgb(91, 169, 204), rgb(102, 204, 156), rgb(91, 169, 204), transparent, transparent, transparent);
}

.silly {
  position: relative;
  display: inline-block;
  cursor: text;
}
.silly:hover::before {
  content: ":3";
}
.silly::before {
  content: ":P";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hidden {
  font-family: "Nunito Extra Bold", Arial, sans-serif;
  text-decoration: none;
  color: var(--first-header-color);
  transition: color 0.1s;
}
.hidden:hover {
  color: var(--second-header-color);
  cursor: pointer;
}
.hidden:focus {
  text-decoration: none;
  color: var(--first-header-color);
}

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