body,html{margin:0;padding:0}body{display:flex;justify-content:center;align-items:center;min-height:100vh;min-width:100vw;background:#b2d680;overflow:hidden}#game_content canvas{display:flex;max-width:100vw;max-height:100vh;background:transparent}#game_content canvas:hover{cursor:pointer}img{position:absolute;min-width:120vw;min-height:120vh;animation-name:spin;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:linear;opacity:0;transition:all 1s ease}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#game_content iframe{pointer-events:none!important;display:flex!important;max-width:100vw;max-height:100vh;background:transparent}