@font-face {
    font-family: 'Jura';
    font-style: normal;
    font-weight: 500;
    src: url('../assets/fonts/Jura-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'bmspa';
    src: url('../assets/fonts/bmspa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  cursor: default;
}
body, html {
  margin:0;
  padding: 0;
  overflow:hidden;
  height: 100%;
  font-family: 'Jura', Arial, sans-serif;
  font-size: 20px
}
body, html {
  background: rgb(224,226,228); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(224,226,228,1) 0%, rgba(185,187,189,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,226,228,1)), color-stop(100%,rgba(185,187,189,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(224,226,228,1) 0%,rgba(185,187,189,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(224,226,228,1) 0%,rgba(185,187,189,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(224,226,228,1) 0%,rgba(185,187,189,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(224,226,228,1) 0%,rgba(185,187,189,1) 100%); /* W3C */
}
#game {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 400px;
  height: 640px;
  border: 1px solid #999;
  color:white;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, .5);
}
.canvas-pos {
  top: 12% !important;
}
p.sorry {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
}
