@import"https://fonts.googleapis.com/css?family=DM+Sans";#root{width:100%;margin:0 auto}body{margin:0;background-color:#fafafa;overflow:hidden}.game-area{z-index:99;position:absolute;width:100%;height:100vh;transition:background-color .3s}.game-area.paused{background-color:#4b4b4b;opacity:.8}.custom-cursor{cursor:url(/assets/custom.cur),auto}.game-counter{position:absolute;z-index:100;top:3px;right:80px;font-size:40px;color:#fff}.falling-item{background-color:red;z-index:1000;width:20px;height:20px;position:absolute}.health-bar{position:absolute;top:3px;left:75px;width:200px;height:20px;border:2px solid white;background-color:red;z-index:1}.health{height:100%;background-color:green}.game-over{position:absolute;z-index:100;top:50%;left:50%;transform:translate(-50%,-50%);font-size:40px;color:#fff}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5}
