h1{
    text-align: center;
  
   
}
h1 a{
    text-decoration: none;
    color: black;
}
h1 a:hover{
    color:#247291 ;
}

h2{
    margin: 0 0 10px;
    font-size: 28px;
}
body{
    background: #eef2e2;
}
select{
    padding:10px ;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
}
.container{
    max-width: 600px;
      margin: 60px auto;
    padding: 30px;
    background: #f8da5b;
    box-shadow:  rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;;
   
}
.cities{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.512);
    padding: 20px 0;
}
.cities:last-child{
    border: none;
}
.date{
    opacity: 0.7;
}
.time{
    font-size: 38px;
    font-weight: bolder;
}
@media (max-width: 426px){
    .time{
        font-size: 28px;
        font-weight: 700;
    }
}
@media (max-width: 426px){
    .time small{
        font-size: 9px;
    }
}
.time small{
    font-size: 18px;
}
footer{
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.632);
    
}
footer a{
    color: #247291;
}
.first-color { 
	background: #247291; 
}
	
.second-color { 
	background: #f8da5b; 
}

.third-color { 
	background: #eef2e2; 
}

.fourth-color { 
	background: #f5f9ee; 
}