html,
body {
  height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #0f3854;
  background: radial-gradient(ellipse at center, #0a2e38 0%, #000000 70%);
  background-size: 100vh;
}

p {
  margin: 0;
  padding: 0;
}

#clock {
  font-family: "Share Tech Mono", monospace;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #daf6ff;
  text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
}

#clock .time {
  letter-spacing: 0.05em;
  font-size: 80px;
  padding: 5px 0;
}

#clock .date {
  letter-spacing: 0.1em;
  font-size: 24px;
}

#clock .text {
  letter-spacing: 0.1em;
  font-size: 12px;
  padding: 20px 0 0;
}

.foot { 
  /* height: 120px;  */
  margin-top: 70px; 
  text-align: center; 
  line-height: 20px; 
  padding-top: 18px; 
  font-size: 12px; 
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #f1ebeb;
  min-width: 1220px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.foot-a {
  margin-left: 10px;
  color: #f1ebeb;
}