body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
}

a {
	color: inherit;
}

code {
	font-family: menlo, inconsolata, monospace;
	font-size: calc(1em - 2px);
	color: #555;
	background-color: #f5f5f5;
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

content {
	font-size: 1.2rem;
}

content p {
	margin: 9px 0;
}
