body {background: #edccda;
background: radial-gradient(circle,rgba(237, 204, 218, 1) 29%, rgb(174, 206, 242) 100%);}
.container {max-width: 60%;
background-color: rgb(220, 240, 241);
margin: 60px auto;
padding: 20px;
box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}

h1
{text-align: center;}

footer 
{text-align: center;
    font-size: 18px;
    color:rgb(14, 70, 119);
}
a {
    color: rgb(61, 116, 165);
    text-decoration: dotted underline;
}

select 
{display: block;
    width: 100%;
height: 40px;
font-size: 16px;
border-radius: 5px;}

.city {
    display:flex; 
    margin:20px 0;
    justify-content:space-between;
    border-bottom: 1px dotted grey;
padding: 20px 0;}
.city:last-child{border:none;}

    h2{margin:0 0 10px;
    font-size:35px;
   }

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

.time small {
    font-size: 24px; 
    vertical-align:middle;
    line-height:30px;
}
.date {opacity:0.8;}
.no-style {text-decoration: none;
    color:black}