@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700,900&subset=latin-ext');

body {
  margin: 0;
}

.all {
  min-height: 100vh;
  min-width: 100vw;
  display: grid;
  place-content: center;
}

.game .onmobile {
  display: none;
}

.game .onmobile span {
  padding: 0.75em 2em;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 400px;
  text-align: center;
  font-family: Roboto Mono;
}

.game .nadpis {
  text-align: center;
}

.game #canvas {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.game canvas {
  cursor: crosshair;
}
