body{background-color:#000;margin:0;overflow-x:hidden}.container{flex-direction:column;width:100%;min-height:50vh;display:flex}#token{flex:1;width:100%}.top{z-index:10;flex-direction:column;justify-content:center;gap:5px;width:100%;display:flex;position:fixed;bottom:10px;left:0}.msg_area{z-index:10;background-color:#0000007b;flex-direction:column;align-items:center;gap:5px;width:100%;height:200px;display:flex;position:fixed;bottom:120px;left:0;overflow:hidden auto}.msg_text{color:#fff;-webkit-text-stroke:.2px navy;width:95%;font-size:120%}.top_inner{justify-content:center;gap:5px;display:flex}video{object-position:top;height:100vh}.hide{display:none}#statustText{color:red;background-color:#ffffff52;justify-content:center;padding:5px;display:flex}@keyframes bounce{0%,to{transform-origin:0;transform:scale(1)}50%{color:red;transform-origin:0;transform:scale(1.5)}}.gift{animation:1s ease-in-out infinite bounce}