html,body,#root{width:100%;height:100%;margin:0;padding:0}*{box-sizing:border-box}input{border:none;padding:0;margin:0}button{background:none;border:none;padding:0;cursor:pointer;display:flex;justify-content:center;align-items:center}button img{width:100%;height:auto;object-fit:contain}button:hover{transform:scale(1.05);transition:transform .2s}button:active{transform:scale(.95);transition:transform .1s;opacity:.8}div,h1,h2,h3,h4,h5,h6{padding:0;margin:0}.balloons-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998;overflow:hidden}.balloon-wrapper{position:absolute;bottom:-300px;will-change:transform}.balloon-inner{display:inline-block;will-change:transform}.balloon{width:100px;height:auto}@keyframes rise{0%{transform:translateY(0)}to{transform:translateY(-150vh)}}@keyframes sway{0%{transform:rotate(-5deg) translate(0)}to{transform:rotate(5deg) translate(40px)}}
