.theatre{overflow:hidden}.game-container{position:relative;margin:0 auto;width:500px;height:500px;border:1px solid #b0b0b0}.block{position:absolute;width:64px;height:32px;border:1px solid orange;background:#000;color:#fff;text-align:center;transition:margin 3s,background 30s}.block:hover{transition:margin 1s,background 30s}.down{background:#00f;bottom:0;margin:0 0 Calc(50% - 16px) Calc(50% - 32px)}.down:hover{margin-bottom:0}.left{background:#ff0;color:#000;left:0;margin:Calc(50% - 16px) 0 0 Calc(50% - 32px)}.left:hover{margin-left:0}.right{background:orange;color:#000;right:0;margin:Calc(50% - 16px) Calc(50% - 32px) 0 0}.right:hover{margin-right:0}.up{margin:Calc(50% - 16px) 0 0 Calc(50% - 32px)}.up:hover{margin-top:0}.block a{width:100%;height:100%;color:red;background:hsla(0,0%,100%,.2);display:block}.dialog{display:none}.dialog:target{display:block}.number-of-wins:after{content:attr(data-wins)}.game-freezer{position:absolute;top:0;left:0;overflow:hidden;background:hsla(0,0%,100%,.9);width:100vw;height:100vh;z-index:1}.dialog-content,.stats,nav{position:relative;z-index:2}.theatre{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;max-width:1280px;margin:0 auto}#taunt{position:absolute;top:200px;left:20px;font-size:20px;-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}.up{background:-webkit-linear-gradient(orange,#00f)}.left{background:-webkit-linear-gradient(purple,red)}.right{background:-webkit-linear-gradient(#ff0,#844)}.down{background:-webkit-linear-gradient(#055,#429)}.up:hover{background-position-y:3000px}.down:hover{background-position-y:-3000px}.left:hover{background-position-y:3000px}.right:hover{background-position-y:-3000px}.win{text-shadow:0 0 20px green}