html, body {
  background-color: white;
  color: black;
  font-size: 110%;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200; }

.container {
  text-align: center; }

h1 {
  font-size: 1em;
  margin: 1em 0; }

h2 {
  margin: 3em 0;
  font-weight: 200;
  font-size: 1.3em; }

ul.address {
  list-style: none;
  margin: 0.4em 0;
  padding: 0; }
  ul.address li {
    display: inline; }
    ul.address li:before {
      content: '\2022';
      color: #a0a0a0;
      display: inline-block;
      padding: 0 0.5em 0 0.3em; }
    ul.address li:first-child:before {
      display: none; }
  ul.address a {
    color: black;
    text-decoration: none; }
    ul.address a:hover {
      text-decoration: underline; }
