

* {
  font-family: 'Work Sans', sans-serif;
}

.container {
  margin: 0 auto;
  max-width: 660px;
  padding: 10px;
}

.header {
  text-align: center;
  border-bottom: 1px #ccc solid;
}

.footer {
  margin-top: 50px;
  text-align: center;
  border-top: 1px #ccc solid;
  padding: 20px 0;
}

.body {
    text-align: center;
}

.projects {
    margin-top: 50px;
}

.project {
  display:none;
  max-width: 220px;
  text-align: center;
}

a {
  color: #e7326e;
}
