body, html {
    height: 100%;
    margin: 0;
  }
  
      body{
          background-color: white;
          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;
  }
.milka img{
  width: 150px;
  height: 110px;
  border: rgb(92, 38, 22) solid 3px;
}
  .pica img{
  width: 300px;
  height: 150px;
  position: absolute;
  top: 250px;
  left: 50px;
  z-index: -2;
  }
  .picb img{
    width: 300px;
    height: 150px;
    position: absolute;
    top: 250px;
    left: 500px;
    z-index: -2;
  
  }
  .picc img{
    width: 350px;
    height: 150px;
    position: absolute;
    top: 250px;
    left: 1000px;
    z-index: -2;
  
  }
  .picd img{
    width: 350px;
    height: 150px;
    position: absolute;
    top: 250px;
    left: 1450px;
    z-index: -2;
  }
  .pice img{
  width: 300px;
  height: 150px;
  position: absolute;
  top: 500px;
  left: 50px;
  z-index: -2;
  }
  .picf img{
  width: 300px;
  height: 150px;
  position: absolute;
  top: 500px;
  left: 500px;
  z-index: -2;
  }
  .picg img{
  width: 300px;
  height: 150px;
  position: absolute;
  top: 500px;
  left: 1000px;
  z-index: -2;
  }
  .pich img{
  width: 300px;
  height: 150px;
  position: absolute;
  top: 500px;
  left: 1450px;
  z-index: -2;
  }
  .pici img{
  width: 300px;
  height: 250px;
  position: absolute;
  top: 800px;
  left: 30px;
  }
  .picj img{
  width: 340px;
  height: 150px;
  position: absolute;
  top: 850px;
  left: 500px;
  }
  .pick img{
  width: 350px;
  height: 150px;
  position: absolute;
  top: 850px;
  left: 1000px;
  }
  .picl img{
  width: 350px;
  height: 150px;
  position: absolute;
  top: 850px;
  left: 1400px;
  }
  .picm img{
  width: 300px;
  height: 150px;
  position: absolute;
  top: 1100px;
  left: 30px;
  }
  .picn img{
    width: 350px;
    height: 200px;
    position: absolute;
    top: 1070px;
    left: 500px;
    }
    .pico img{
      width: 300px;
      height: 150px;
      position: absolute;
      top: 1100px;
      left: 1000px;
      }
    .picp img{
        width: 300px;
        height: 150px;
        position: absolute;
        top: 1100px;
        left: 1450px;
        }
  
  .nestle img{
    width: 150px;
    height: 90px;
    top: 680px;
    position: absolute;
    border: rgb(92, 38, 22) solid 3px;

  }
  .picq img{
    width: 300px;
    height: 200px;
    position: absolute;
    top: 1400px;
    left: 1450px;
    }
    .picr img{
      width: 250px;
      height: 150px;
      position: absolute;
      top: 1400px;
      left: 1150px;
      }
      .pics img{
        width: 300px;
        height: 150px;
        position: absolute;
        top: 1400px;
        left: 800px;
        }
        .pict img{
          width: 300px;
          height: 150px;
          position: absolute;
          top: 1400px;
          left: 450px;
          }
          .picu img{
            width: 300px;
            height: 250px;
            position: absolute;
            top: 1370px;
            left: 50px;
            }
  
  
  
  
  
  