.project-card {
  margin: 20px;
  background-color: lightblue;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  width: 240px;
  height: 360px;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: 200px;
}

.project-card .description {
  height: 120px;
  margin: 0px;
  padding: 4px 8px;
}

.project-card .heading {
  height: 40px;
  margin: 0px;
  padding: 4px 8px;
  text-align: center;
  color: inherit;
}

.project-card a {
  text-decoration: none;
  color: inherit;
}
