body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
body main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body main #container {
  max-width: 768px;
}
body main .text {
  padding: 20px;
}
body main h1 {
  color: #9E303D;
  font-weight: 100;
  font-size: 40px;
}