body {
  background: #667db6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  font-family: helvetica neue,helvetica,arial,lucida grande,sans-serif;
  font-weight: 100;
  margin-top: 150px;
}

h1 {
  font-weight: 200;
}

h2, p {
  font-weight: 100;
}

h2 {
  margin-top: 0;
}

a {
  font-weight: 200;
  text-decoration: none;
  color: #0082c8;
}

a:hover {
  font-weight: 200;
  text-decoration: none;
  color: #667db6;
}

#context {
  max-width: 700px;
  padding: 40px 30px;
  color: #fff;
  text-align: center;
  margin: auto;
}

#context p {
  font-weight: 200;
}

#context strong {
  font-weight: 400;
}

#card {
  width: 400px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0,0,0,.33);
  text-align: center;
  margin: auto;
}

#card h1 {
    margin-bottom: 0;
}
