body{font-family:Ninja Naruto,sans-serif;background-color:#31498f;color:#fff;padding-top:50px;margin:0}button{background:none;border:none;outline:none}button:hover{cursor:pointer}.board .board-row{display:flex;flex-direction:row;border-bottom:2px solid #fff}.board .board-row:last-child{border-bottom:none}.board .board-row .square{width:80px;height:80px;border-right:2px solid #fff;font-size:2.5rem;padding:0;overflow:hidden;transition:all .2s}.board .board-row .square:last-child{border-right:none}.board .board-row .square.winning{animation:scaleText 1.5s ease-in infinite}@keyframes scaleText{0%{transform:2.5rem}50%{font-size:3rem}to{font-size:2.5rem}}.app{font-size:20px;display:flex;flex-direction:column;align-items:center}.text-green{color:#24c94dce}.text-orange{color:#e64124f8}.status-message{margin-bottom:30px;font-size:1.2rem;font-weight:lighter}.status-message span{font-weight:400}.btn-reset{font-size:1rem;color:#fff;border-radius:5px;padding:12px 18px;margin-top:39px;transition:all .2s;background-color:#31498f;box-shadow:0 0 0 1px #e64124f8}.btn-reset.active{background-color:#e64124f8;box-shadow:none}.bg-balls{position:fixed;top:0;left:0;right:0;bottom:0;min-width:100%;z-index:-1}.bg-balls:before,.bg-balls:after{content:"";position:absolute;width:150px;height:150px;border-radius:70%}.bg-balls:before{background-color:#e64124f8;right:-75px;bottom:-75px}@media screen and (min-width: 476px){.bg-balls:before{width:240px;height:240px;right:-110px;bottom:-110px}}.bg-balls:after{background-color:#24c94dce;top:-75px;left:-75px}@media screen and (min-width: 476px){.bg-balls:after{width:240px;height:240px;top:-110px;left:-110px}}
