@charset "UTF-8";
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather.woff2");
}
@font-face {
  font-family: "Fira Code";
  src: url("../fonts/FiraCode.woff2");
}
body {
  width: 100dvw;
  min-height: 100dvh;
  margin: 0;
  padding: 2rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  color: white;
  background: #131313;
}
body #hello {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Merriweather";
}
body #hello p {
  margin: 1rem 0;
}
body #hello #hi {
  font-size: 4rem;
}
body #hello #iam {
  font-size: 3rem;
  margin-bottom: 0;
}
body #hello #lynzel {
  height: 7rem;
}
body #links {
  font-family: "Fira Code";
}
body #links ul {
  padding-inline-start: 1rem;
  list-style-type: "—";
}
body #links ul li {
  margin: 1rem 0;
  padding-left: 1rem;
}
body #links ul li a {
  text-decoration: none;
  color: inherit;
  word-break: break-word;
}

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