body {
  margin: 0px;
  background-color: #ffffcc;
  overflow: hidden;
}

html > * {
  -webkit-user-select: none;
}

#main-container{
  position: relative;
  width: 100%;
  text-align: center;
}

#stageCanvas {
  position: relative;
  margin: 0 auto;

  border-radius: 10px;
}

@media only screen and (max-width: 916px), screen and (max-height: 680px) {

  header {
    display: none!important;
  }

  #canvasWrapper {
    /* width: 100%!important; */
  }
}
