body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}

h1 {
  font-size: 22px;
  margin: 0 0 25px 0;
}
p {
  margin: 0 0 25px 0;
}

header {
  height: 215px;
  border-bottom: 1px solid #E8E8E8;
  text-align: center;
  background-color: #fbfbfb;
  background-image: url('https://fcc508b6c4cfd3903fac-597770a641ce4845f5083ce3981e2554.ssl.cf3.rackcdn.com/Assets/deep-link/deep-link.background.png');
  background-repeat: repeat;
  background-position: center;
  background-size: 60px;
}
header a.brand {
  display: block;
  line-height: 215px;
}
header a.brand img {
  display: inline-block;
  vertical-align: middle;
}

main {
  padding: 30px;
  text-align: center;
}

main section.buttons {
  text-align: center;
}
main section.buttons a {
  display: inline-block;
  margin: 0 15px;
}
