#teamdirt {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #111;
  font-size: 16px;
  font-family: Inter, sans-serif;
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template: repeat(4, 1fr);
}
#teamdirt::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(165, 165, 165, 0.1) 1px, transparent 1px), linear-gradient(to right, rgba(165, 165, 165, 0.1) 1px, transparent 1px), linear-gradient(to right, rgba(165, 165, 165, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(165, 165, 165, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(165, 165, 165, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(165, 165, 165, 0.1) 1px, transparent 1px);
  background-size: 100% 100%;
  background-position: 15vw 0, 24vw 0, 82vw 0, 0 25vh, 0 30.5vh, 0 71vh; /* third horizontal */
  pointer-events: none;
}
#teamdirt .mono {
  font-family: "JetBrains Mono", monospace;
}
#teamdirt main {
  width: clamp(300px, 40vw, 500px);
  position: relative;
  z-index: 1;
  text-align: left;
}
#teamdirt #logo {
  width: 40px;
}
#teamdirt.blog {
  font-family: Inter, sans-serif;
  padding: 1em;
}
#teamdirt.blog::before {
  background: none;
}
#teamdirt.blog #blog-heading {
  text-align: center;
  margin: 2em 0;
}
#teamdirt.blog #blog-heading h1 {
  font-size: 40px;
  font-weight: 800;
}
#teamdirt.blog p {
  font-family: "Source Serif 4", serif;
  line-height: 1.5em;
  font-size: 20px;
}
#teamdirt.blog main {
  width: 800px;
}

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