.list-container{
    position: relative;
    width: 250px;
    height: 250px;
  }
  
  .image {
    opacity: 1;
    display: block;
    width: 200px;
    height: 200px;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .list-container:hover .image {
    opacity: 0.3;
  }
  
  .list-container:hover .middle {
    opacity: 1;
  }
  
  .text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
  }

  .list{
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  #project-img{
    text-align: center;
  }
  #project-img > img{
    width: 80%;
  }
  #project-title,.project-info{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
  }
  #project-title{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    padding:20px;
    background-color: white;
  }
.project-line{  
    width: 40%;
    height: 80px;
    position: left;
  }
  .project-line-return{  
    position: relative;
    height: 35px;
    right: -70%
  }
  .project-line > img{
    width: 200px;
    height: auto;
    text-align: left;
    
  }
  .project-line>h3{
    text-align: center;
  }
  .project-line>a{
    text-align: right;
  }
  #project-description{
    width: 100%;
    justify-content: center;
  }
  .project-p{
    width: 300px;
    height: 400px;
    margin-left: 20px;
  }
  .logo-grid{
    width:285px;
    height: 285px;
    object-fit: cover;

}

