* {
  font-family: CLOCK;
}
body {
  background-color: #000;
  margin: 0;
  min-height: 1vh;
}
.div1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 7px;
  font-size: 2rem;
  color: #17d4fe;
  text-align: center;
}
@media (min-width: 768px) {
  .div1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .div1 {
    font-size: 8rem;
  }
}
@font-face {
  font-family: CLOCK;
  src: url(Ebrahim_MRT.ttf);
}
