html, body {
  height: 100%;
  font: 14px/21px "Helvetica Neue", Arial, Verdana, sans-serif;
  color: #333;
  background: #f6f6f6;
}
body {
  padding: 20px
}

h1, h2, h3, h4, h5 {
  margin: 12px 0 6px 0;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  font-family: 'Neucha', Tahoma, Geneva, sans-serif;
  text-shadow: 0 1px 0 #f5f5f5;
}

h1 {
  font-size: 32px;
  font-weight: lighter;
}
h2 {
  margin: 21px 0; padding: 0 0 21px 0;
  font-size: 24px;
  line-height: 32px;
  border-bottom: 1px dotted #bbb;
}

.wrapper {
  max-width: 560px;
  margin: 20px auto; padding: 40px;
  text-align: center;
  background: rgba(0,0,0, .1);
  border-radius: 120px 3px;
  box-shadow: 1px 1px 2px rgba(0,0,0, .3);
}
