html,
body {
  margin: 0;
  padding: 0;
  height: 540px;
}

html {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  font-size: 35vw;
  line-height: 1;
  font-family: 'Work Sans', "Open Sans", sans-serif;
  background-color: black;
  color: hsla(0, 0%, 10%, 1);
  text-shadow: 0 0.01em 0.01em rgba(128, 128, 128, 0.6);
}

.clock {
  display: grid;
  place-items: center;
  /* align-items: end; */
  height: 480px;
  margin-top: 50px;
}

.clock_child {
  overflow: hidden;
  /* height: 100%; */
}

.hm,
.hour,
.min {
  vertical-align: top;
  height: 296.653934301px;
  /*Funai TVの高さ480px / (1+1.618) * 1.618 上段1.618 : 下段1の比率にしたかった
  /* overflow: hidden; */
}

.tens {
  letter-spacing: -.15em;
  margin-right: 0.15em;
}

.tens2 {
  letter-spacing: -.15em;
}

.colon {
  font-size: 0.618em;
  vertical-align: bottom;
  line-height: 1.7;
}

.sec {
  margin-right: 0.05em;
  font-size: 0.618em;
  /* padding-bottom: 20px;
  box-sizing: border-box; */
}


/*# sourceMappingURL=style.css.map */