body {
  background-color: #333;
}

.clock {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 50px;
  font-family: sans-serif;
  color: white;
}

