body {
  position: relative;
  background-color: #000;

}

.app-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  height: 100vh;
  /*background-color: #f903;*/

}

.clock-wrapper {
  display: block;
  position: relative;
  /*background-color: rgba(255, 105, 246, 0.2);*/
  /*top: 8.5vw;*/
  top: 7%;
}


.clock-line {
  position: absolute;
  background-color: #000;
  /*background-color: #f008;*/
  height: 0.4vw;
  left: 0;
  right: 0;
  top: 36.3%;
  z-index: 3;
}

.clock-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  justify-content: center;
  /*background-color: rgba(140, 229, 67, 0.45);*/
  /*margin-top: 9dvh;*/
}

.clock-h,
.clock-dot,
.clock-m {
  display: block;
  color: #ccc;
  font-family: 'fliqlo', sans-serif;
  font-size: 40vw;
  line-height: 1;
  /*background-color: rgba(255, 153, 153, 0.63)*/
}

.clock-h {
}

.clock-dot {
  margin-top: -0.7vw;
  font-size: 30vw;
  font-family: 'fliqlo', serif;
}

.clock-m {
}
