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}.App{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100vw;height:100vh}.grid__column-1{grid-column:1}.grid__column-2{grid-column:2}.grid__column-3{grid-column:3}.grid__column-4{grid-column:4}.grid__column-5{grid-column:5}.grid__column-6{grid-column:6}.grid__row-2{grid-row:2}.grid__row-3{grid-row:3}.grid__row-4{grid-row:4}.Clock{width:340px;height:266px;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(5,1fr);grid-auto-flow:column;grid-gap:4px 8px}.Clock,.Clock__Square{justify-content:center}.Clock__Square{display:flex;align-items:center;background-color:#ff1c43;border-radius:50%}.Clock__Square--lit{background-color:#fbebaf;color:#ff1c43}.Time{grid-column:1/-1;align-self:center;justify-self:center;font-size:20px;font-weight:700;color:#ff1c43}
/*# sourceMappingURL=main.780f861e.chunk.css.map */