#electric-clock {
  font-family: "Courier New", monospace;
  font-size: 22px;
  font-weight: bold;
  color: #4cafef;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.7);
}
