@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap");
body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto;
  background-color: #15151e;
}

.row {
  width: 1080px;
  margin: 0 auto;
}

header {
  width: 100%;
}
header h1 {
  font-size: 24px;
  font-family: "Share Tech Mono", monospace;
  color: #fff;
  padding: 10px 0;
}

#time {
  font-family: "Share Tech Mono", monospace;
  color: #daf6ff;
  text-shadow: 0 0 20px #0aafe6;
  line-height: 1.2;
  text-align: center;
  font-size: 100px;
}
#time.alarm {
  text-shadow: 0 0 20px #e60a0a;
  color: #ffdada;
}/*# sourceMappingURL=style.css.map */