 html, body {
    height: 100%;
    background-color: rgb(105, 183, 252);
    margin: 0;
    padding: 0;
}

h1{
    text-align: center;
}
.image{
    height: 280px;
    width: auto;
    border-radius: 30px;
}
#js-weather-area {
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 20px;
  }
/*
*/