body{animation:BackgroundAnimation 5s linear infinite;margin:0;padding:0}@keyframes BackgroundAnimation{0%{background-image:linear-gradient(270deg,hsla(0,83%,67%,.521),rgba(246,246,86,.772))}to{background-image:linear-gradient(270deg,hsla(0,83%,67%,.105),rgba(246,246,86,.772))}}button{background:none;border:none;outline:none}button:hover{cursor:pointer}.app{align-items:center;display:flex;flex-direction:column;font-size:20px}h2{color:#0a6c6c}.winningRow{animation:mymove 2s ease-in-out infinite}@keyframes mymove{0%{color:red;font-weight:400}to{color:orange;font-weight:800}}.button{color:green;margin-bottom:3%}.board .board-row{border-bottom:2px solid #000;display:flex;flex-direction:row}.board .board-row:last-child{border-bottom:none}.board .board-row .square{border-right:2px solid #000;color:#000;font-size:2.5rem;height:80px;overflow:hidden;padding:0;transition:all .2s;width:80px}.board .board-row .square:last-child{border-right:none}
/*# sourceMappingURL=main.88b1e5fe.css.map*/