.container {
  max-width: 800px; }
.header {
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-align: center;
}
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600;
}
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;
}
.red {
	color: red;
}
.blue {
  color: blue;
}
.centered {
  text-align: center;
}