*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  max-width: 48rem;
  width: 90%;
}

body {
  font-family: Avenir, "SF UI Text", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.875em;
  line-height: 1.4666666666666666em;
  max-width: 760px;
  padding: 1.4666666666666666em;
  margin: 0 auto;
  background-color: #3B4959;
  color: #CED9E5;
  text-align: center;
}
h1, h2 {
	color: #ffffff;
}
h1 {
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
  font-size: 2.1em;
  line-height: 1.3968253968253967em;
  margin-top: 0.6984126984126984em;
  margin-bottom: 0em;
}
h2 {
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
  font-size: 1.6333333333333333em;
  line-height: 1.7959183673469388em;
  margin-top: 0.8979591836734694em;
  margin-bottom: 0.8979591836734694em;
}
h3 {
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
  font-size: 1.2666666666666666em;
  line-height: 1.1578947368421053em;
  margin-top: 1.1578947368421053em;
  margin-bottom: 0em;
}
h4 {
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
  font-size: 1em;
  line-height: 1.4666666666666666em;
  margin-top: 1.4666666666666666em;
  margin-bottom: 0em;
}
h5 {
  font-family: inherit;
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
  line-height: 1.4666666666666666em;
  margin-top: 1.4666666666666666em;
  margin-bottom: 0em;
}
p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.4666666666666666em;
  text-align: center;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
img {
	margin-bottom: 2em;
  max-width: 100%;
}
a {
	font-weight: 500;
	color: #CED9E5;
	text-decoration: none;
	border-bottom: 2px solid #CED9E5;
}
a:hover {
	color: white;
	border-bottom: 2px solid white;
}
a.no-underline {
  border-bottom: none;
}
a:hover.no-underline {
  border-bottom: none;
}