.recent_project {
  background-image: url('../images/recent_projects_background.png');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
}

.project_column {
  float: left;
  width: 25%;
}

.project {
  background-color: white;
  padding: 10px;
}
