body{font-family:sans-serif;margin:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:stretch}#main-grid{display:grid;width:100%;height:100%;grid-template-columns:.6fr repeat(6,1fr);grid-template-rows:.5fr repeat(7,1fr)}#main-grid>div:not(:nth-child(7n)){border-right:1px solid black}#main-grid>div:not(:nth-child(n+50)){border-bottom:1px solid black}#main-grid>div{display:flex;flex-direction:column;align-items:center;justify-content:center}#last-updated{position:absolute;bottom:0;right:16px}
