*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;margin:0;padding:0}#root{height:100%;width:100%;display:flex;flex-direction:column}main{height:100%;display:flex;flex-direction:column;font-family:"'Roboto', sans-serif"}.row{display:flex;height:170px}.row>img{height:120px;width:120px;border-radius:50%}.row img:nth-child(odd){align-self:flex-end}.row img:nth-child(2n){align-self:flex-start}.btn{background-color:red;width:70%}.stats-container{position:relative;top:5%;left:50%;transform:translate(-50%);width:60%;font-size:20px;display:flex;color:#fff;justify-content:space-between;gap:10px}.timer-container,.score-container{display:flex;flex-direction:column;text-align:center}.timer-container,.score-container{line-height:1.2em;flex:.5}.stats-title{font-weight:700;font-size:1.2em;margin-bottom:10px}.pulse-button{animation:pulseAnimation .7s linear 0s 3;animation-fill-mode:forwards}@keyframes pulseAnimation{0%{transform:translate(-50%,-50%) scale(1)}25%{transform:translate(-50%,-50%) scale(1.1)}50%{transform:translate(-50%,-50%) scale(1.2)}75%{transform:translate(-50%,-50%) scale(1.1)}to{transform:translate(-50%,-50%) scale(1)}}.custom-modal .ant-modal-content{background:rgba(0,0,0,.5);margin:auto;padding:15px}.custom-modal .ant-modal-header{background:transparent}
