div.gallery {

    align-items: center;
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 275px;
    height: 220px;
  }
  
  .gallery:hover {
    border: 1px solid #777;
  }
  
  .gallery img {
    width: 100%;
    height: 80%;
  }
  
  .desc {
    padding: 15px;
    text-align: center;
    height: 30%;}


  .actlit{
    display: flex;
    flex-direction: row;
    width: 95vw;
    justify-content: center;

  }