@font-face {
  font-family: Molot;
  src: url(41fd7a16df8966e172c862ca3875679f.otf);
}

div, p, span, h1, h2, h3, h4, img {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  outline: none;
}
html, body { height: 100%; }
body {
  margin: 0;
  padding: 0;
  background: #CEFFD5;
  display: flex;
}
canvas {
  cursor: pointer;
}
#root {
  position: absolute;
}

