body{
    display: flex;
}
h1{
    color: #202124;
    font-size: 24px;
    line-height: 28px;
    font-weight: 100px;
    font-family: Arial, Helvetica, sans-serif;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
    color: #70757a;
    font-size: 16px;
    line-height: 20px;
    margin:0;
    padding: 0;
}
.weather-app-wrapper{
    max-width: 800px;
    margin:30px auto;
    padding: 60px 20px;
}
.weather-app{
   
    padding: 20px;
    border: 1px solid #dadde1;
    border-radius: 5px;
    font-family: 'PT Mono', monospace;
    margin-top: 6px;
    padding-left: 6px;
    background: linear-gradient(178deg, rgba(201, 234, 252, 0.51) 14.9%, rgba(139, 192, 216, 0.73) 80%);

}
.weather-form{
    margin-top: 15px;
}

.temperature{

    font-family: Google Sans,arial,sans-serif;
    font-weight: 500;
    color: #202124;
    display: inline-block;
    font-size: 48px;
    line-height: 60px;
    margin-right: 0;
}
.image img{
    display: inline-block;
    height: 60px;
    margin-top: 6px;
    vertical-align: top;
    width: 60px;
}
.temperature-units{
    color: #202124;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
    padding-left: 6px;
    vertical-align: top;
}
.location-name{
    display: block;
    text-align:left;
}
.weather-properties{
    color: #70757a;
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
    position: relative;
    left:-30px;
}

.weather-forecast{
    margin-top: 20px;
    text-align: center;
    color: #000;
    

}
.weatherforecast-day{
    margin-bottom: 0;
    font-size: 16px;
    opacity: 0.9;
    
    
    
}
.weatherforecast-image{
    width: 60px;
    margin: 0 auto;
    display: block;

}
.weatherforecast-temperature{
    margin-top: 0;
    font-weight: normal;
    line-height: 15px;
}
.weatherforecast-temperature-max{
    font-size: 14px;
}
.weatherforecast-temperature-min{
font-size: 13px;
opacity: 0.5;
}


@media(max-width:860px){
    .weather-properties{
        color: #70757a;
        font-size: 12px;
        line-height: 16px;
        padding: 0;
        margin: 0;
        text-align: center;  

    }
    .location-name{
        text-align: center;
        padding: 0;
    }
    .image img{
        display: inline-block;
        height: 45px;
        width: 45px;
        margin:0;
 
    }
    .temperature{

        font-family: Google Sans,arial,sans-serif;
        font-weight: 500;
        color: #202124;
        display: inline-block;
        font-size: 34px;
        line-height: 50px;
        
    }
    .weather-text{
        text-align: center;
    }
    .weatherforecast-image{
        
        display: block;
        margin: 0 auto;
    
    }
    .weatherforecast-temperature-max{
        font-size: 20px;
    }
    .weatherforecast-temperature-min{
    font-size: 16px;
    opacity: 0.5;
    }
    .weatherforecast-day{
        margin-bottom: 0;
        font-size: 18px;
        opacity: 0.9;
    }
    .weatherness{
        padding: 10px 5px;
        border-radius: 40px;
        border: 1px solid blueviolet;
    }
    .weather-form{
        margin-top: 10px;
    }

}