h1{
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    text-align: -webkit-center;
    margin-left: -233px;
}
#location_input{
    text-align: -webkit-center;
    margin-left: 720px;;
}


button{
    font-size: 20px;
    width: 60px;
    height: 30px;
    margin-left:1px;
    background-color:white;
    border: none;
}
/* .location_class{
    display: inline-flex;
    
} */
body{
    background-image: url("weather.jpg");
    background-size:cover;
}