body {
  margin: 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  text-rendering: optimizeLegibility;
  font-feature-settings: "pnum";
  font-variant-numeric: proportional-nums;
  -webkit-font-smoothing: antialiased;
}

header {
  background-color: #302654;
  background-image: linear-gradient(26deg, #1182a5, 20%, #302654 80%);
  border-radius: 4px;
  min-height: 40px;
}

.container {
  width: 940px;
  margin: 0 auto;
}

.content {
  margin: 3em auto;
}

.content h1 {
  margin-bottom: 1em;
  font-size: 26px;
  font-weight: 600;
}

.content p {
  font-size: 16px;
  margin-top: 1.5em;
}

.content p.links {
  margin-top: 3em;
}

header .brand {
  display: block;
  margin-left: -20px;
  padding: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

a {
  color: inherit;
}
