body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.heading-div{background-color:#ccc;text-align:center}.main-heading{font-size:3rem;padding-top:2rem;padding-bottom:2rem;color:#000;font-family:Candara}.board{display:grid;align-content:center;justify-items:center;grid-template-columns:repeat(3,auto);padding-top:5rem}.board,.square{justify-content:center;align-items:center}.square{height:4.5rem;width:4.5rem;border:1px solid #000;display:flex;cursor:pointer}.square:first-child,.square:nth-child(2),.square:nth-child(3){border-top:none}.square:nth-child(3n+1){border-left:none}.square:nth-child(3n+3){border-right:none}.square:last-child,.square:nth-child(7),.square:nth-child(8){border-bottom:none}.cross{padding-bottom:3rem}.line1{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.line1,.line2{background-color:#000;height:3rem;width:.3rem;position:absolute}.line2{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hovered .line1,.hovered .line2{background-color:#ccc}.circle{height:2.4rem;width:2.4rem;border-radius:50%;border:.3rem solid #000;background-color:#fff}.hovered{border-color:#ccc}.result-div{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.9);justify-content:center;align-items:center;color:#fff;font-size:5rem;flex-direction:column;font-family:Gabriola}.replay-button{font-size:2rem;margin-top:2rem;background-color:#fff;border:1px solid #000;border-radius:1rem;padding:.5em 1em;cursor:pointer;font-family:Candara;box-shadow:3px 3px 4px #000}.replay-button:hover{background-color:grey;color:#fff;border-color:#fff}.replay-button:active{outline:none}
/*# sourceMappingURL=main.42a7088e.chunk.css.map */