body {
  background: linear-gradient(120deg, #f7f8f8, #04416d);
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  text-align: center;
  width: 300px;
}

h1 {
  color: #1565c0;
  margin-bottom: 20px;
}

.clock {
  font-size: 2.5em;
  color: #0d47a1;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 15px;
}

.date {
  font-size: 1.2em;
  color: #1e88e5;
}
