:root {
  color-scheme: light;
  background-color: #f5f5f5;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100vh;
  background: #f5f5f5;
  color: #333333;
  font-family: 'IBM Plex Mono', 'Courier New', Courier, monospace;
}

.landing-page {
  padding-top: 30vh;
  text-align: center;
}

.site-title {
  margin: 0;
  color: #333333;
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.2;
}
