#clock {
  display: flex;
  justify-content: center;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 10px black;
  font-size: 80px;
  opacity: 0.7;
  margin: 0;
}

#date {
  display: flex;
  justify-content: center;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 10px black;
  font-size: 20px;
  opacity: 0.7;
  margin: 50px 0 0 0;
}
