#projectsColumn > a {
  display: block;
  width: 100%;
  box-shadow: var(--main-shadow);
  background: #222;
  height: 300px;
  max-height: 60vh;
  min-height: 30vh;
  border-radius: var(--main-radius);
  text-align: center;
  margin: 15px 0;
  position: relative;
}
#projectsColumn h3 {
  color: #fff;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
