* {
  font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
  font-weight: bold;
  background-color: rgb(37, 39, 44);
  color: white;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

h1 {
  font-size: xxx-large;
  text-align: center;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preventSelect {
  /* Prevent any user selection */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
