body{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}body{margin:0;padding:0;background-color:azure}*{box-sizing:border-box}.App{flex-direction:column;min-height:60vh}.App,.header{display:flex;justify-content:center;align-items:center}.header{font-family:monospace;height:8vh}.board{display:flex;flex-wrap:wrap;width:36vw;justify-content:center;align-content:center}.square{width:12vw;height:12vw;background-color:#7fffd4;border:1px solid #fff;font-family:Arial,Helvetica,sans-serif;font-weight:bolder;font-size:8vw;color:#fff}.row{display:flex;flex-direction:row}.banner{display:flex;flex-direction:column;justify-content:center;align-items:center;height:10vh}.names-row{margin-bottom:10px}.name,.names-row{display:flex;flex-direction:row}.name{margin:1vw;width:15vw}.reset{width:100px;margin-bottom:10px}.display{margin-bottom:5px}@media only screen and (max-width:650px){.square{width:25vw;height:25vw;font-size:18vw;background-color:#7fffd4}.name{width:30vw}}
/*# sourceMappingURL=main.3497b18e.chunk.css.map */