

#container{
    height: 760px;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #fff1e6;
    background-repeat: no-repeat;
    justify-content:center;
    align-items:center;
}
body{
    margin: 0px;
}
#header{
    height: 62px;
    width: 100%;
    background-color: #3d405b;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
#img{
    background-image: url("https://cdn.pixabay.com/photo/2016/05/24/16/48/mountains-1412683__340.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    background-color: #fff1e6;
}
#header > h1{
    color: #edf2f4;
    margin: 16px 0px 10px 30px;
    padding-left: 10px;
    padding-right: 10px;
}
 #searchbar{
    height: 70px;
    width: 260px;
    margin: 0 auto;
    padding: 10px;
    margin-right: 10px;
    border-radius: 30px 20px 10px 30px;
    background-color: #a8dadc;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.searchbar{
    display: flex;
}
.searchbar > #city{
    height: 40px;
    margin: auto;
    border: 0px;
    border-radius: 30px 10px 10px 30px;
    text-align: center;
}
.searchbar > #button {
    height: 40px;
    margin: auto;
    border: 0px;
    width: 70px;
    border-radius: 30px;
    background-color: #457b9d;
}
#weather > div{
    margin: auto;
    width: 500px;
    height: 400px;
    line-height: 20px;
    margin-left: 300px;
    margin-bottom: 0px;
}
#gmap_canvas{
    height: 300px;
    width: 400px;
    margin: 0 auto;
    border-radius: 50px 40px 50px 40px;
    margin-left: 500px;
}
#weather > h1{
    margin-left: 40px;
}