@import url(https://fonts.googleapis.com/css2?family=Open+Sans&family=Press+Start+2P&display=swap);.modal{position:absolute;background-color:rgba(0,0,0,.4);z-index:10;height:100vh;height:-webkit-fill-available;width:100vw;display:flex;justify-content:center;align-items:center}.modal>div.box{padding:1rem;max-width:95vw;max-height:95vh;background-color:#fff;box-sizing:border-box;display:flex}.modal>div.box>div.inner{max-width:300px;display:flex;flex-direction:column;max-height:100%}.modal>div.box>div.inner h2{margin:10px 0 0 0;text-align:center}.modal>div.box>div.inner .content{overflow:auto}.modal>div.box>div.inner button{font-size:1.2rem;padding:20px;width:100%;border:none;background-color:#f08080}@font-face{font-family:Pixels;src:url(../fonts/Pixels.640bccf7.ttf)}svg{font-family:Pixels}@-webkit-keyframes shake-1{0%{transform:rotate(1deg)}to{transform:rotate(-1deg)}}@keyframes shake-1{0%{transform:rotate(1deg)}to{transform:rotate(-1deg)}}@-webkit-keyframes shake-2{0%{transform:rotate(3deg)}to{transform:rotate(-3deg)}}@keyframes shake-2{0%{transform:rotate(3deg)}to{transform:rotate(-3deg)}}#hand-inner{transform-origin:50% 100%}#hand-inner.shake-1,#hand-inner.shake-2{-webkit-animation:shake-1 .4s ease-in-out infinite alternate;animation:shake-1 .4s ease-in-out infinite alternate}#hand-inner.shake-3{-webkit-animation:shake-2 .4s ease-in-out infinite alternate;animation:shake-2 .4s ease-in-out infinite alternate}.volume-icon{width:30%;cursor:pointer}div.dom-head{background-color:#2a1e1b;position:relative}div.dom-head img{-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges;image-rendering:pixelated;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block}div.dom-head img.head{width:100%}div.dom-head img.vomit{width:62.5%;position:absolute}img[data-v-fc1fcfb4]{width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#game,img[data-v-fc1fcfb4]{-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges;image-rendering:pixelated}#game{margin:auto;text-align:center;position:relative;background-image:url(../img/house.1314c0e0.png);background-size:cover;background-repeat:no-repeat;overflow:hidden}#game>div{width:100%;position:absolute}#game>div#score-container{top:8.11%}#game>div#grid-container{top:17.03%}#game>div>div{margin:auto}#game>div>div#score{background-color:#fff;font-size:2.1vh;height:4.32vh;line-height:4.32vh;padding:0 2vh;display:inline-block}#game>div>div#grid{width:84.61%;display:grid}#game>div>div#house-bottom{background-color:#5f7084;color:#fff;padding:10px;margin:5px 2px;display:flex;justify-content:space-between}#game>div>div#house-bottom>div{flex:1;max-width:30%}#game>div>div#house-bottom>div.game-over{align-self:center;font-size:2.5vh}#game>div>div#house-bottom>div button{align-self:stretch;font-size:1.8vh;width:100%;border:none;background-color:#fff;height:100%}#game>div>div#house-bottom>div.replay-or-volume-button{display:flex;align-items:center;justify-content:center}.arcade-font{font-family:Press Start\ 2P,sans-serif}body,html{padding:0;margin:0;font-family:Open Sans,sans-serif;background-color:#53b45a}#app{background-image:url(../img/background50.62e4e3f9.png),url(../img/background50.62e4e3f9.png);background-repeat:no-repeat;background-size:auto 100vh;-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges;image-rendering:pixelated;background-position-x:center}.helper{position:absolute;top:100px;left:0;right:0;opacity:.5}.helper img{max-width:30%}.credits{padding:20px;background-color:#fff;margin:60px auto}.credits h3{margin:0 0 20px}.credits p{margin:20px 0 0}.fade-enter-active,.fade-leave-active{transition:opacity 1s}.fade-enter,.fade-leave-to{opacity:0}