h1.p {
    font-size: 44px;
    position: absolute;
    margin-left: 15%;
    margin-top: 2%;
}
.project-box {
  width: 68%;
  height: 75%;
  position: absolute;
  margin-left: 18%;
  margin-top: 6%;
}
.project-box .project {
  height: inherit;
  width: 30%;
  display: inline-flex;
  padding-right: 3%;
}
.project .thumbnail {
  background-color: white;
  width: inherit;
  height: 75%;
  position: absolute;
    background-size: cover;
    background-position: center;
}
.project .title {
  bottom: 8%;
  position: absolute;
  width: inherit;
  text-align: center;
  font-size: 36px;
}
.thumbnail:hover {
    transition: 0.5s linear;
    filter: drop-shadow(0px 0px 25px #fff);
}
.thumbnail a {
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
}