body {
  background-color: pink;
}
.object {
  max-width: 600px;
  margin: 60px auto;
  background: #ebd6e9;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
 
}
select {
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 10px;
  background: #ffc0cb;
  border: 2px solid #f458b0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #f458b0;
}
h1 {
  text-align: center;
  font-size: 36px;
  color: #f458b0;
}
.city {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.city:last-child{
  border: none;
}
h2{
  margin 0 0 5px;
  font-size: 32px;
}
.date{
  opacity: 0.8;
  margin-top: -16px;
  color: #f458b0;
}
.time{
  font-size: 42px;
  font-weight: bold;
  line-height: 75px;
}
.time small{
  font-size: 16px;
  vertical-align: middle;
  line-height: 36px;
  font-weight: bolder;
}
footer{
  text-align: center;
  font-size: 14px;
  color: #f458b0;
}
a {
  color:#AB61C5;
  text-decoration: underline;
  
  
}


