html,body{margin:0;padding:0;height:100%}body{min-height:100vh}.bg{animation:slide 3s ease-in-out infinite alternate;background-image:linear-gradient(-60deg,#6c3 50%,#09f 50%);bottom:0;left:-50%;opacity:.5;position:fixed;right:-50%;top:0;z-index:-1}.bg2{animation-direction:alternate-reverse;animation-duration:4s}.bg3{animation-duration:5s}.content{background-color:#fffc;border-radius:.25em;box-shadow:0 0 .25em #00000040;box-sizing:border-box;left:50%;padding:10vmin;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%)}@keyframes slide{0%{transform:translate(-25%)}to{transform:translate(25%)}}.hud-overlay .nametag{position:absolute;pointer-events:none;transform:translate(-50%,-100%);white-space:nowrap;-webkit-user-select:none;user-select:none;display:none;will-change:transform}.hud-overlay .nametag.visible{display:block}.hud-overlay .nametag .username-label{white-space:nowrap}.hud-overlay .nametag .speech-label{white-space:normal;margin-top:2px}.hud-overlay .nametag.guest{opacity:.9}
