html,body{width:100%;height:100%;min-height:100vh;background:linear-gradient(-45deg,#d891ef,#ffb6c1,#b4eeb4,#afeeee,navy);background-size:400% 400%;animation:gradient 30s ease infinite;height:100vh}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.mouse-heart{position:absolute;pointer-events:none;filter:drop-shadow(0 0 8px rgba(0,0,0,.3)) blur(1px);animation:fadeInOut 1s linear infinite}@keyframes fadeInOut{0%,to{opacity:0}20%,80%{opacity:.7}}.mouse-heart:before{content:"";position:absolute;width:100%;height:100%;background:url(/heart.png);background-size:cover;animation:moveShape 1.5s linear infinite,colorize 3s linear infinite}@keyframes moveShape{0%{transform:translate(0) rotate(0)}to{transform:translate(100px) rotate(360deg)}}@keyframes colorize{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(100deg)}}#dice-box-physics #scene-container{width:100%!important;height:100%!important;position:relative!important}#dice-box-physics canvas{width:100%!important;height:100%!important;display:block!important}
