body {
  font-family: Georgia, serif;
  background: #fefefe;
  color: #222;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 750px;
  margin: 2em auto;
  padding: 0 1.5em;
  text-align: center;
}

.portrait {
  width: 33%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 1em;
}

h1 {
  font-size: 2em;
  margin-bottom: 0;
}

.dates {
  font-size: 1.2em;
  color: #666;
  margin-top: 0.3em;
  margin-bottom: 1.5em;
}

.obituary {
  text-align: justify;
  text-justify: inter-word;
}

a {
  color: #2a5db0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
