body{
  background-color: #111;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
   
  }
  
  li a:hover {
    background-color: #111;
  }

  .header-section{
    height: 550px;
    background-image: url('../images/artem-kniaz-n-K0G3ymYgc-unsplash.jpg');
  }
  
  #header-items{
    text-align: center;
    margin: 200px 200px;
    
  }
#services-section{
  text-align: center;
  margin: 100px 200px;
  color: aliceblue;

}

#services-list{
  display: flex;
  align-items: center;
}
.pictures-header{
  height: 550px;
  
}
.resort-img{
  width: 400px;
  height: 400px;
}

#resort-list{
  display: flex;
  align-items: center;
  
}

  

