@font-face {
  font-family: 'Digital Dismay';
  src: url('Digital-Dismay.otf') format('truetype');
}

html {
  font-family: 'Digital Dismay', sans-serif;
  font-size: 16px;
  color: #14ffec;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: 100vh;
  text-rendering: optimizeLegibility;
  background-color: #000000;
  align-items: center;
  justify-content: center;
}

.day {
  font-size: 5vw;
  text-shadow: 0 0 1.5vw #14ffec;
}

.hour {
  font-size: 15vw;
  text-shadow: 0 0 1.5vw #14ffec;
}

.hour::before {
  content: '88:88:88';
  color: #04181a4a;
  position: absolute;
  text-shadow: none;
  z-index: -1;
}
