html { color-scheme: light dark; }
body { margin: 0 auto; font-family: FreeMono, monospace; font-size: 25px; color: #8FBC8F;}
.main { height:100%; width:100%; display: flex; position: fixed; align-items: center; justify-content: center; }
.time { height:102%; width:100%; display: flex; position: fixed; align-items: center; justify-content: center; }
.footer { position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; font-size: 22px; }
.text-red { color: #b32d00; font-size: 18px; }
