body, html {
    height: 100%;
    margin: 0;
  }
  
      body{
          background-color: beige;
          font-family: tahoma;
          min-width: 599px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
      }
  
  
  .menu{
          background:green;
          text-align: center;
        }
  .menu ul{
          display:inline-flex;
          list-style:none;
          color:white;
        }
  .menu ul li{
          width:100px;
          margin:15px;
          padding:15px;
        }
  .menu ul li a{
    text-decoration: none;
    color: white;
  
  }
  .active, .menu ul li:hover{
  
    background: #2bab0d;
    border-radius: 3px;
    
  } 
  .menu .fa{
    margin-right: 8px;
    
  }
  .submenu{
    display: none;
  }
  .menu ul li:hover .submenu{
    display: block;
    position: absolute;
    background: green;
    margin-top: 15px;
    margin-left: -15px;
  }
  .menu ul li:hover .submenu ul{
    display: block;
    margin:10px;
  }
  .menu ul li:hover .submenu ul li{
    width: 150px;
    padding:10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
  }
  .menu ul li:hover .submenu ul li:last-child{
  
    border-bottom: none;
  }
  .menu ul li:hover .submenu ul li a:hover{
    color: #b2ff00;
  
  }
  .fa-angle-right{
    float:right;
  }
.pica img{
width: 300px;
height: 350px;
position: absolute;
top: 150px;
left: 50px;
z-index: -2;
}
.picb img{
    width: 300px;
    height: 350px;
    position: absolute;
    top: 150px;
    left: 470px;
    z-index: -2;

}
.picc img{
    width: 300px;
    height: 350px;
    position: absolute;
    top: 150px;
    left: 940px;
    z-index: -2;

}
.picd img{
    width: 300px;
    height: 350px;
    position: absolute;
    top: 1050px;
    left: 100px;
    z-index: -2;
}
.pice img{
  width: 300px;
  height: 350px;
  position: absolute;
  top: 650px;
  left: 0px;
  z-index: -2;
}
.picf img{
  width: 400px;
  height: 350px;
  position: absolute;
  top: 650px;
  left: 400px;
  z-index: -2;
}
.picg img{
  width: 400px;
  height: 350px;
  position: absolute;
  top: 650px;
  left: 900px;
  z-index: -2;
}
.pich img{
  width: 550px;
  height: 400px;
  position: absolute;
  top: 1050px;
  left: 600px;
  z-index: -2;
}
.pici img{
  width: 400px;
  height: 550px;
  position: absolute;
  top: 2600px;
  left: 1200px;
}
.picj img{
  width: 400px;
  height: 550px;
  position: absolute;
  top: 2600px;
  left: 1200px;
}
.pick img{
  width: 400px;
  height: 550px;
  position: absolute;
  top: 2600px;
  left: 1200px;
}
.picl img{
  width: 400px;
  height: 550px;
  position: absolute;
  top: 2600px;
  left: 1200px;
}
.picm img{
  width: 400px;
  height: 550px;
  position: absolute;
  top: 2600px;
  left: 1200px;
}




  
  
  
  