body {
  margin: 0; padding: 0;
  background: #111; color: white;
  font-family: Arial, sans-serif;
  display: flex; justify-content: center;
  align-items: center; height: 100vh;
}
.container { text-align: center; }
#clock { font-size: 50px; margin-top: 20px; }
