 .project{
  height: 100%;
  width: 100%;
  padding: 10px;
  }
 
 .project td, th{
   color:white;
    border-bottom: none;
    margin: 0;
    width: 180px;
    height:180px;
    background-color: rgba(25,34,49,0.85);
    padding: 55px 40px 15px 15px;
    border:15px solid rgba(255,255,255,0);
    background-clip:padding-box;
    -webkit-background-clip:padding-box;
    text-overflow: hidden;
    vertical-align: top;
 }
 
.project a{
    transition: all 0.2s;
    color: white;
 }
 
.project p{
     margin: 0;
 }
 