body {
    background-image: url(https://i.pinimg.com/originals/e6/d5/85/e6d585c557a8a89ff11dd487d39c5523.jpg);
    }
    
header h1 {
    text-align: center;
    font-weight: bold;
    margin: 10px 2px 10px 2px;

}

.sidenav{
    margin: 0px 5px 0px 5px;
}

.btn{
    width : 100%;  
}

.citybtn {
    margin-bottom: 5px;
    background-color:rgb(157, 201, 251);
}

.card {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color:rgb(157, 201, 251);
}


#searchbtn {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:rgb(157, 201, 251);
    
}

#icon {
    width: 75px;
    height: 75px;
    box-shadow: none;
    
}
#icon {
    display: none;
}

#icon[src] {
    display: inline-block;
  }

 #city{
    position: relative;
    top: 5px;
 }
 