@import url(https://fonts.bunny.net/css?family=geist-mono:400);
body {
  background-color: #223f28;
  color: #ffffff;
  font-family: "Geist Mono", "Noto Sans Emoji", monospace;
  font-size: 1.5rem;
  margin: 5% 8%;
  line-height: 1.5;
}
a {
  color: #ffffff !important;
  text-underline-offset: 4px;
}
@media (min-width: 768px) {
  body {
    font-size: 2vw;
    margin: 15%;
  }
}
