/*#app {*/
/*  width: 100%;*/
/*  max-width: 400px;*/
/*  height: 400px;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*}*/

/*.marker {*/
/*  position: absolute;*/
/*  width: 60px;*/
/*  left: 172px;*/
/*  top: -20px;*/
/*  z-index: 2;*/
/*}*/

/*!*.claw {*!*/
/*!*  width: 100%;*!*/
/*!*  height: 200%;*!*/
/*!*}*!*/

/*#game {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  max-height: 90vh;*/
/*  overflow: hidden;*/
/*}*/

/*.button {*/
/*  display: block;*/
/*  width: 250px;*/
/*  margin: 40px auto;*/
/*  cursor: pointer;*/
/*}*/

/*.button:hover {*/
/*  opacity: 0.8;*/
/*}*/

/*#game {*/
/*    overflow: hidden;*/
/*}*/

/*#initial-image {*/
/*    max-width: 80vh;*/
/*}*/

/*.buttons {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    position: relative;*/
/*    z-index: auto;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*}*/
/*.blur {*/
/*  animation: blur 10s;*/
/*}*/

/*@keyframes blur {*/
/*  0% {*/
/*    filter: blur(1.5px);*/
/*  }*/
/*  80% {*/
/*    filter: blur(1.5px);*/
/*  }*/
/*  100% {*/
/*    filter: blur(0px);*/
/*  }*/
/*}*/

/*.blinking {*/
/*    animation: blinkingText 1.2s infinite;*/
/*}*/

/*@keyframes blinkingText {*/
/*    0% { color: #FFF; }*/
/*    49% { color: #FFF; }*/
/*    60% { color: transparent; }*/
/*    99% { color: transparent; }*/
/*    100% { color: #FFF; }*/
/*}*/

/*.clawText {*/
/*  font: 16px serif;*/
/*  font-family: "Arial Black", Gadget, sans-serif;*/
/*  font-weight: normal;*/
/*  text-align: center;*/
/*  text-shadow: 2px 2px #555555;*/
/*  -webkit-appearance: none;*/
/*  -webkit-box-shadow: 3px 3px 6px 6px #555555;*/
/*  fill: white;*/
/*}*/


/*@media (max-width: 768px) {*/
/*  #game {*/
/*    height: 500px;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .button {*/
/*    width: 200px;*/
/*    margin: 20px auto;*/
/*  }*/
/*}*/

/*@media (max-height: 500px) {*/
/*  #game {*/
/*    max-height: 80vh;*/
/*  }*/
/*}*/



