body{
    font-family: Arial, sans-serif;
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
    color: linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 132, 145) 91.1%);
    margin: 0;
    padding: 0;
}
.container{
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: block;
    background: linear-gradient(180.3deg, rgb(221, 221, 221) 5.5%, rgb(110, 136, 161) 90.2%);
    margin: 0 auto;
    max-width: 500px;
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
}
header{
    text-align: center;
    background: linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 132, 145) 91.1%);
    color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    border:#333;
    border-radius: 10px;
}
h1{
    margin: 0;
    font-size: 24px;
}
a{
    color: #ffffff;
    text-decoration: none;
}
a:hover{
    color: #85a4a8;
    cursor: pointer;
    text-decoration: none;
}
.selection{
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
    margin-right: 10px;
}
label{
    font-size: 25px;
    margin-top: 12px;
}
select{
    width: 40%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #c3e2d2;
    border-radius: 5px;
}
#selected-city{
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 10px;
}
.time, .date{
    font-family: "Macondo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin-top: 0px;
    color: #333;
}
.clock{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}
h2{
    font-size: 20px;
    margin-top: -4px;
    margin-bottom: 10px;
}
footer{
    font-family: "Macondo", cursive;
    font-weight: 400;
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 14px;
    background: linear-gradient(109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 132, 145) 91.1%);
    color: #ffffff;
    padding: 10px 0;
    margin-top: 10px;
    max-width: 180%;
}
a{
    color: #ffffff;
    text-decoration: none;
}
a:hover{
    color: #85a4a8;
    text-decoration: none;
}
    
