#time {
  position: fixed;
  font-family: "DM Mono", monospace;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  font-size: 17.5svw;
  line-height: normal;
  text-align: center;
  color: #f2f2f2;
  letter-spacing: -0.4rem;
}

.time-piece {
  display: inline-block;
}

.colon {
  display: inline-block;
  width: 0.5em;
  margin-left: -0.1em;
  
}

body {
  height: 200svh;
  background-color: #262626;
}

.ui.button.start, .ui.button.stop {
  margin: 1em
}

.ui.inline.loader {
  margin-left: 20px
}
