@font-face {
  font-family: 'Press Start 2P';
  src: url('assets/pressstart2p.ttf') format('truetype');
}

.press-start {
  font-family: 'Press Start 2P', monospace;
}

body {
  margin: 0;
  padding: 24px;
  background: #262626;
  color: #e6e6e6;
  font-family: system-ui, -apple-system, sans-serif;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

a.button {
  display: inline-block;
  margin-bottom: 18px;
}

.sticky-btn {
  position: sticky;
  top: 24px;
  z-index: 1000;
}

header img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 12px auto 0 auto;
}

section {
  margin-top: 48px;
  margin-bottom: 28px;
}

dt {
  font-weight: bold;
}

dt, li {
  margin-bottom: 5px;
}

li {
  list-style-type: square;
}

dd {
  margin-bottom: 10px;
}

h1, h2 {
  color: #cccccc;
}

#createdby {
  font-style: italic;
}

.yellow {
  color: #c2c229;
}

.green {
  color: #0a8533;
}

.orange {
  color: #c2850a;
}

.red {
  color: #a31e0a;
}

.blue {
  color: #0a66c2;
}
