body {
    font-family: Source Code Pro, sans-serif;
    font-size:1.5em;
}
img { float:left; }
#content { width:1000px; margin:5em auto; }
#text { padding-top:1em; }
.indent {
    padding-left:2em;
    display:block;
}
.tagline { margin-bottom:2em; }
.spaced { margin-top:0.5em; }
.info {font-size:0.8em; }
a { text-decoration:none; color:black; }
.portrait {
  background-color: #fff;
  padding: 1rem 1rem 4rem;
  box-shadow: 5px 7px 4px rgba(0, 0, 0, 0.2);
  transform: perspective(1cm) rotateX(0.5deg) rotateY(.5deg) rotateZ(-5deg);
  max-width: 16em;
  margin-right: 5em;
  border: 1px solid silver;
}
