body {
  background-color: rgb(55, 54, 54);
  font-family: Arial, sans-serif;
}

.container {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  background-color: rgb(232, 216, 216);
  border: 8px dotted rgb(230, 244, 244);
  box-shadow: 15px 15px 15px -2px rgba(253, 248, 248, 0.2);
}

select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid lightgray;
  border-radius: 4px;
}

h1 {
  text-align: center;
}

h2 {
  margin: 0 0 5px;
}

.clocks {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.clocks:last-child {
  border-bottom: none;
}

.date {
  font-size: 10px;
  margin-bottom: 10px;
  opacity: 0.5;
}

.time {
  font-size: 30px;
  font-weight: bold;
}

.time small {
  font-size: 15px;
  font-style: none;
}

footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: white;
  opacity: 0.8;
}
