body {
  background: url('i/duckhunt-bg-4k.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  cursor: url('i/target.png'), auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@font-face {
  font-family: gameFont;
  src: url('./game-font.otf');
}

#score {
  font-size: 30px;
  font-family: gameFont;
  color: white;
}