#GridMenuItemDiv{
    
    /*border:  1px solid grey;/¿*/
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 10px;
    color: #302f2f;
    
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    transition: box-shadow 0.3s ease-in-out;

}

#GridMenuItemDiv:hover{
   box-shadow: 0 5px 14px rgba(0,0,0,0.3);

}

#GridMenuItemDiv div i:hover{
    
    text-decoration: none;
    color: #302f2f;
    
}

@keyframes make_shadow {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
