@font-face {
  font-family: 'JetBrains Mono';
  src: url('fonts/jetbrains_mono_webfonts/JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  padding: 0 1rem;
  max-width: 66ch;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  body {
    font-size: 18px;
    max-width: 100%;
  }
}
