body {
  color: white;
  background-color: black;
  font-family: Verdana, Tahoma, sans-serif;
  text-align: center;
  padding: 1.5em;
}

.prevent-select {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1 {
  /* comment out only when not using "sussy bakka amongus"
    text-decoration: underline;
    */
  font-weight: bold;
  font-size: 1.5em;
}

p {
  font-style: italic;
  font-size: 1em;
}

@media (min-width: 900px) {
  h1 {
    font-size: 2em;
  }

  p {
    font-size: 1.5em;
  }
}
