.shape{
  background-color: black;
  opacity: .5;
  }
.shape:hover{
      background-color: #7000FF;
       transition: all 0.2s ease;
         opacity: 1;
 

background-position: left bottom;
  }

.shapegreen{
  background-color: black;
  opacity: .5;
  }
.shapegreen:hover{
      background-color: #41E119;
       transition: all 0.2s ease;
         opacity: 1;
 

background-position: left bottom;
  }
