body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  color: rgba(0, 0, 0, 0.87);
  font-family: "IBM Plex Mono", monospace;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1 {
  font-size: 36px;
  font-weight: 500;
}

p {
  font-size: 20px;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}
a:hover {
  text-decoration: underline;
}

canvas {
  display: block;
}

.content {
  max-width: 1000px;
}
.content .content-text {
  margin-bottom: 2em;
}

.email-link {
  font-weight: 500;
  font-size: 20px;
}

.showcase-entries {
  margin: 4em 0;
}
.showcase-entries ul {
  margin-bottom: 2em;
}
.showcase-entries a {
  display: flex;
  align-items: center;
}
.showcase-entries a img {
  max-width: 1.5em;
  margin-left: 0.5em;
}
.showcase-entries h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0.5em 0;
}
.showcase-entries h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.footer {
  margin: 10px 0;
}

#navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#navbar a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  font-size: x-large;
  margin: 0 40px;
}
#navbar a:hover {
  text-decoration: underline;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.not-found h1 {
  font-size: 36px;
  font-weight: 500;
}
.not-found p {
  font-size: 20px;
}

@media (max-width: 600px) {
  .content {
    padding: 0 20px;
  }
  #navbar {
    flex-wrap: wrap;
  }
  #navbar div {
    margin: 10px 0;
  }
  .splash-model {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */