@import "http://fonts.googleapis.com/css?family=Lato:300";
body {
  margin: 100px auto;
  width: 300px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  background-color: #262626;
  color: #666;
  text-align: right;
}
h1 {
  font-size: 72px;
  line-height: 1;
  color: #3A7E7B;
  text-align: right;
  line-height: .9;
  font-weight: 300;
}
h1 span {
  display: inline-block;
  -webkit-transform: skew(-23deg);
      -ms-transform: skew(-23deg);
          transform: skew(-23deg);
  margin-left: .2em;
  margin-right: -0.08em;
}
h1 strong {
  display: block;
  color: #642E5B;
  font-weight: inherit;
  margin-right: -0.03em;
}
h2 {
  font-size: 22px;
}
a {
  color: #3A7E7B;
}
