body {
  background-color: #d2e6dd; }
  body .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 240px;
    width: 625px; }
    body .container h1 {
      font-family: "adelle-1","adelle-2",serif;
      font-style: italic;
      font-size: 2.5em;
      line-height: 1.25em;
      color: #e74e39;
      text-shadow: 1px 1px 1px #f6f3e2;
      margin-top: 0px; }
    body .container h2 {
      text-align: right;
      font-family: "din-condensed-web-1","din-condensed-web-2",sans-serif;
      color: #8d9a95; }
    body .container .links {
      margin-top: 100px;
      text-align: center; }
      body .container .links ul li {
        display: inline-block;
        list-syle: none;
        padding: 0px 20px;
        font-family: "din-condensed-web-1","din-condensed-web-2",sans-serif;
        border-right: 1px solid #8d9a95; }
        body .container .links ul li:last-child {
          border-right: 0px; }
        body .container .links ul li a {
          text-decoration: none;
          color: #8d9a95; }