html {
  color: #000000;
  font: calc(2vw + 16px) monospace;
  line-height: 1.4;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 1rem;
  /* https://grabient.com/HQNgnAHANMCsCMAGK9iMQdhgZjM42G0BYWw8sx8IsMS2UALMAEy5Os0cuNgywYQKcr2HoyiNkA?style=linearSwatches&steps=13&angle=180 */
  background: linear-gradient(180deg, rgb(255, 251, 255) 0%, rgb(255, 251, 255) 7.692%, rgb(255, 241, 255) 7.692%, rgb(255, 241, 255) 15.385%, rgb(255, 233, 255) 15.385%, rgb(255, 233, 255) 23.077%, rgb(255, 224, 255) 23.077%, rgb(255, 224, 255) 30.769%, rgb(255, 216, 255) 30.769%, rgb(255, 216, 255) 38.462%, rgb(255, 208, 255) 38.462%, rgb(255, 208, 255) 46.154%, rgb(255, 201, 255) 46.154%, rgb(255, 201, 255) 53.846%, rgb(255, 194, 255) 53.846%, rgb(255, 194, 255) 61.538%, rgb(248, 188, 255) 61.538%, rgb(248, 188, 255) 69.231%, rgb(241, 182, 255) 69.231%, rgb(241, 182, 255) 76.923%, rgb(235, 178, 255) 76.923%, rgb(235, 178, 255) 84.615%, rgb(229, 174, 255) 84.615%, rgb(229, 174, 255) 92.308%, rgb(224, 171, 255) 92.308% 100%);
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 0.9rem;
  gap: 0.6rem;
  height: 2.6rem;
  width: 100%;
  border-bottom: 0.12rem dashed #9e14b0;
}
nav a {
  font-family: "Tiny5", monospace;
  text-decoration: none;
  color: #9e14b0;
  transition: scale 0.2s ease, font-weight 0s ease;
}
nav a:hover {
  scale: 1.06;
  font-weight: 600;
}

.sass-intro {
  margin: 0.7rem 0 4rem 0;
  text-align: center;
}
.sass-intro h1 {
  font-family: "Tiny5", monospace;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1.2;
  color: #7a00d8;
  text-shadow: 0.1rem 0.1rem #000000;
}

.sass-description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
}
.sass-description h2 {
  font-family: "Tiny5", monospace;
  font-size: 1.4rem;
  color: #9e14b0;
  margin: 1.8rem 0 0.3rem 0;
}
.sass-description p {
  font-size: 0.8rem;
}/*# sourceMappingURL=style.css.map */