* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
    width: 50rem;
    margin: 1em auto;
    font-family: Garamond, "Hoefler Text", "Times New Roman", serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.project, footer {
    margin-top: 2em;
    overflow: auto;
    padding-bottom: 1em;
    border-top: 1px #ccc solid;
    padding-top: 1em;
}
.project img {
    display: block;
    float: left;
    width: 320px;
    height: auto;
    border: 1px #eee solid;
    padding: 2px;
}
.project .project-content {
    margin-left: 320px;
    padding-left: 1em;
}
.project h2 {
    margin-top: 0em;
    margin-bottom: 0.25em;
}
.project .year {
    font-size: 0.75em;
    font-style: italic;
}
.project-content {
    line-height: 1.2em;
}
