  body {
      font-family: Avenir, Verdana, Arial, sans-serif;
      background-color: #f0f0f0;
      font-size: 1em;
      color: #444;
      margin: 0;
      padding: 20px;
    }

    img {
      max-width: 100%;
      height: auto;
    }

    a {
      color: #666;
      text-decoration: none;
    }
    
    a:hover {
      color: #66c;
      text-decoration: underline;
    }

    h1 {
      font-size: 2em;
      font-weight: 400;
      color: #888;
    }

    h2 {
      font-size: 1.3em;
      font-weight: 400;
      color: #888;
    }
    
    li {
      margin-bottom: 10px;
    }
    
    button {
      font-size: 1em;
      color: #666;
    }

    .container {
      max-width: 800px;
      margin: auto;
      padding: 40px 60px 120px 60px;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .title {
      font-size: 6em;
      font-weight: 300;
      color: #bbb;
      line-height: 1em;
    }

    .subtitle {
      font-size: 1.85em;
      color: #484;
      letter-spacing: 2ch;
      padding-left: 10px;
      line-height: 1em;
    }

    .motto {
      font-size: .8em;
      letter-spacing: .6ch;
      color: #666;
    }

    .spacer {
      margin-left: 2px;
      margin-right: 2px;
    }

    /* Small devices */
    @media only screen and (max-width: 744px) {
      .container {
        padding: 10px;
      }

      .title {
        font-size: 4em;
      }

      .subtitle {
        font-size: 1.2em;
      }
    }