@import "https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap";h2{text-align:center;font-size:1.9rem}h2 span{font-size:1rem;font-weight:500}.GameInfo{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:max-content;display:flex}.GameInfo p{font-weight:650}.GameBoard{place-items:center;gap:.7rem;width:20rem;height:20rem;display:grid}.GameBoard>div{-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}*{box-sizing:border-box;margin:0;padding:0;font-family:Sora}body{color:#fff;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-width:100dvw;min-height:100dvh;display:flex}
