@import "common.css";

img.photo {
  width: 8em;
  margin: -1em 0 0 -6em;
  float: right;
}

@media (max-width: 32em) {
  img.photo { /* do not try to center the title perfectly */
    margin-left: 0;
  }
}

a {
  font-weight: 600;
}
