body{
    
  background: #f9f7fe;
  font-family: "Roboto", sans-serif;
  
}

header{
  border-bottom: 1px solid #f9f7fe;
  padding-bottom: 30px;
}
a{
    color: blueviolet;
}
.homepage{
text-align: center;
}

    

h1{
    text-align: center;
    font-family: sans-serif;
    font-size: 36px;
}
h2{
   margin: 0 0 5px;
   font-size: 28px;
    }
main{
    padding: 30px 0;  
    display: block;
}
.city:last-child {
  border: none;
}
.container{
  max-width: 600px;
  margin: 60px auto;
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
select{
    border: none;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
}

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

.time {
    font-size: 36px;
    vertical-align: middle;
    line-height: 36px;
    font-weight: bold;
}
.date{
    opacity: 0.7;
    display: block;

}
a.homepage {
  display: block;
  margin: 15px auto;
  padding: 12px 20px;
  border-radius: 8px;
  background: #4b0082;
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s;
}
footer {
  border-top: 1px solid #f9f7fe;
  text-align: center;
  padding-top: 15px;
  color: rgba(39, 33, 66, 0.4);
}
