body {
  background: linear-gradient(145deg, #0f2027, #203a43, #2c5364);
  color: #e0f7fa;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
}

.timebox {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px #00ffc3a9;
  text-align: center;
}

.time-row {
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ampm { 
  font-size: 1.5rem;
  margin-left: 10px;
  color: #ffc107;
}

.date-row {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #b2ebf2;
  letter-spacing: 1px;
}
small{
  font-size: 10px;
  color: #b2ebf2;
  letter-spacing: 1px;
}