body{
    background-image: url("https://goatygoaty.com/cdn/shop/products/product-image-1405672974_700x.jpg?v=1589575125");
    font-family: "Oswald", sans-serif; 
}
select{
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
}
h1{
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    text-decoration: underline;
}
h2{
    margin: 0 0 10px;
    font-size: 28px;
}
a{
    color: #9a18d5;
}
.storage{
    max-width: 600px;
    margin: 60px auto;
    background-color: gray;
    padding: 30px;
    box-shadow: rgba(100, 100, 112, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}
.city{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 30px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.city:last-child{
    border: none;
}
.time{
    font-size: 48px;
    font-weight: bold;
}
.time small{
    font-size: 24px;
    vertical-align: middle;
    line-height: 36px;
}
.date{
    opacity: 0.7;
}

footer{
    text-align:center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.741);
}