body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes bgColorSwitch{0%{background-color:#379700}to{background-color:#6faa00}}@keyframes textColorSwitch{0%{color:#000}to{color:#4e4829}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.App-header{align-items:center;animation:bgColorSwitch 3s infinite alternate;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh;z-index:-1}#title{animation:textColorSwitch 3s infinite alternate;font-size:100px;position:absolute;text-align:center;top:-90px}.game-board{grid-gap:150px;display:grid;gap:150px;grid-template-columns:repeat(3,100px);justify-content:center;margin-top:50px}.hole{background-color:#754515;border-radius:50%;height:150px;overflow:hidden;position:relative;width:150px}.chosenone{background-color:#ff8000!important}.display{display:block!important;position:relative;top:350px}
/*# sourceMappingURL=main.589cbc3f.css.map*/