body {
    background: #efeff3;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #212121;
  }
  .wrapper {
    position: relative;
    clear: both;
    margin: 0 auto 75px auto;
    width: 100%;
    overflow: hidden;
  }
  .top {
    background: #3f7c4a;
    height: 200px;
    border-top: 20px solid #205b0b;
  }
  
  .top .title {
    width: 900px;
    margin: 38px auto 0 auto;
  }

  .title h1 { 
    display: inline;
    text-decoration: none;
  }

  .title .links { 
    display: inline;
    float: right;
    line-height: 50px;
  }

  .card .preview { 
    height: auto;
    width: 100%;
    display: block;
  }

  .title a { 
    text-decoration: none;
    line-height: 50px;
    color: #fff;
  }

  .title a:hover {
    color: white;
    text-decoration: underline;
  }

  .title .separator { 
    display: inline;
    margin: 5px;
    font-size: 30px;
    color: #fff;
    font-weight: 100;
  }

  .link-bar {
    width: 900px;
    font-size: 20px;
    margin: 18px auto 0 auto;
    color: #fff;
  }
  
  .link-bar links {
    display: inline;
  }

  .title h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
  }
  
  .content {
    padding-bottom: 20px;
  }
  
  .content .card.first {
    margin-top: -80px;
  }
  
  .card {
    position: relative;
    background: #fff;
    padding: 50px;
    padding-top: 25px;
    width: 800px;
    margin: 20px auto 0 auto;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.1);
  }
  
  .card h2 {
    font-size: 21px;
    font-weight: 500;
  }
  
  .card h2 a {
    color: #4e58c8;
    text-decoration: none;
  }
  
  .card .date {
    color: #9e9e9e;
    margin-top: 10px;
    font-size: 14px;
  }
  
  .card .text {
    color: #212121;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
  }
  