html, body {
  min-height: 100dvh;
}

body {
  background-color: #bffd00;
  font-family: "soleil", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #222;
}

a {
  text-decoration: none;
  color: white;
}

.bg-darkgrey {
  background-color: #222;
}

.bg-darkergrey {
  background-color: #111;
}

.text-white {
  color: white;
}

.neon-to-darkgrey {
  background-image: linear-gradient(to bottom, #6e8c10, #222);
}/*# sourceMappingURL=app.css.map */