@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap);body{font-family:Roboto Mono,monospace;margin:0}.container{display:flex;flex-direction:column;height:100vh;justify-content:center}.label{font-size:1.25rem;margin:2rem;word-break:break-word}.label,.timer{text-align:center}.timer{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 2rem}.time{display:flex;flex-direction:column;gap:.5rem}.time-value{border-radius:.75rem;font-size:2rem;min-width:3rem;padding:.5rem 1rem}.time-unit{font-size:1rem}body{background-color:#eee;color:#333}.label{color:#666}.time-value{background-color:#fff;box-shadow:0 4px 6px #a6d388}.time-unit{color:#666}@media (prefers-color-scheme:dark){body{background-color:#333;color:#eee}.label{color:#ddd}.time-value{background-color:#000;box-shadow:0 4px 6px #a6d388}.time-unit{color:#ddd}}
/*# sourceMappingURL=main.6ab703e3.css.map*/