html,body,#root{height:100%;margin:unset}.buttons{position:fixed;bottom:20px;left:20px;right:20px;z-index:9999;display:flex;justify-content:space-between;gap:16px}.color-buttons{display:flex;gap:8px}.button{padding:12px 24px;background-color:#000000b3;border:2px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-weight:700;cursor:pointer;opacity:.5;transition:all .3s ease}.button:hover{background-color:#000000e6;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #0003}
