body {
  max-width: 900px;
  margin: 0 auto;
}

footer {
  padding-top: 40px;
  padding-bottom: 30px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.page-header h1 {
  font-size: 60px;
}

.project {
  max-width: 900px;
  padding: 0 4px 50px;
  text-align: center;
}

.project img {
  box-shadow:0 0 5px #000;
  width: 100%;
}

.project h3 {
  margin-bottom: 0;
}

#project-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top:5px;
  height: 100%;
}