body {
  font-family: Arial, sans-serif;
  background-color: rgb(234, 231, 238);
}

.clock-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Arial Black", sans-serif;
}

h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.clock-display {
  margin-bottom: 20px;
  display: flex;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  justify-content: space-between;
}

.city-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.date {
  font-size: 18px;
  margin-bottom: 5px;
  opacity: 0.5;
}
.time {
  font-size: 32px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.2;
}
.time small {
  font-size: 16px;
  vertical-align: middle;
}

footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
