body{background-color:#8d6bed;color:#fff;margin:0;overflow:hidden;-webkit-user-select:none;user-select:none}.App{position:absolute;inset:0}.emoji-button-bar{display:flex;position:fixed;bottom:0;align-items:center;left:0;right:0;justify-content:center;gap:1rem;padding:1rem 0px}.emoji-button{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background-color:#fff;color:#ff7f56;font-size:2rem;cursor:pointer;box-shadow:0 .4rem #00000040}.emoji-button.disabled{opacity:.5;cursor:not-allowed}.emoji-display{display:flex;height:100%;width:100%;align-items:center;justify-content:center;font-size:6rem;position:absolute}.emoji-display .card{background:#fff;border:2px solid #000000;border-radius:1rem;padding:3rem 2rem;animation:slideUp 2s linear}.card .avatar img{width:2.5rem;position:absolute;top:3px;left:3px}@keyframes slideUp{0%{opacity:1;margin-top:200vh;animation-timing-function:ease-out}15%{margin-top:-10vh;animation-timing-function:ease-in}18%{margin-top:5vh;animation-timing-function:ease-out}20%{margin-top:0;animation-timing-function:ease-in}95%{opacity:1;margin-top:0;animation-timing-function:ease-in}to{margin-top:0;opacity:1;animation-timing-function:ease-out}}
