body{
background: #3B0270;
color: #E9B3FB;
display: flex;
flex-direction: column;
align-items: center;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
main{
  font-size: 20px;
}
.city-dropdown {
  margin-top: 20px;
  padding: 15px;
  width: 390px;
 font-family: "Poiret One", sans-serif;
  font-size: 20px;
  border: none;
  border-radius: 25px;
  background-color: #FFF1F1;
  color: #3B0270;
}
hr{
  color:  #FFF1F1;
}
a{
  color: #E9B3FB;
}