body {
  position: relative;
  margin: auto;
  padding-top: 0;
  height: 600px;

}

.block{
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: -10;
}

.block1 {
  background-size: 120%;
  text-align: center;
}

.grab {
  position: relative;
  z-index: 150; 

}

.sand1{
	position: fixed;
	z-index: 50;	
  margin-top: 0px;
}

.sand2{
  position: fixed;
  z-index: 110; 
  margin-top: 10px;

  }

.chips{
	position: fixed;
	z-index: 100;	
  margin-top: 120px;
  }

.pickle{
  position: fixed;
  z-index: 100; 
  margin-top: 200px;
  }

  p{
    font-family: "helvetica";
    float: right;
    padding: 50px;
    color: green;
    z-index: 250px;
  }