body {
	background: #fff;
}

section {
	max-width: 720px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
	section a {
		text-decoration: underline;
	}
	section span,
	section p,
	section li {
		line-height: 1.5;
	}
	section h1 {
		font-size: 2em;
		margin: 0.67em 0;
	}
	section h2 {
		font-size: 2.75rem;
		line-height: 1.1;
		letter-spacing: -0.0275rem;
		font-weight: 400;
		text-transform: uppercase;
	}
	section hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible;
	}
	section pre {
		font-family: monospace,monospace;
		font-size: 1em;
	}
	section abbr[title] {
		border-bottom: none;
		-webkit-text-decoration: underline;
		text-decoration: underline;
		-webkit-text-decoration: underline dotted;
		text-decoration: underline dotted;
	}
	section b, strong {
		font-weight: bolder;
	}
	section code,
	section kbd,
	section samp {
		font-family: monospace,monospace;
		font-size: 1em;
	}
	section small {
		font-size: 80%;
	}
	section sub, section sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	section sub {
		bottom: -0.25em;
	}
	section sup {
		top: -0.5em;
	}

@media screen and (max-width: 920px) {
	section h1 {
		font-size: 1.5em;
	}
	section h2 {
		font-size: 1.5rem;
	}
}