body {
	font-size: 160%;
	line-height: 1.5;
	color: #333845;
	font-family: 'Roboto',sans-serif;
}
fieldset {
	border: none;
}

.developer-instructions {
	max-width: 800px;
	margin: 0 auto;
}

.description-header {
	color: #00A887;
}

@media screen and (min-width: 768px){
	body {
		font-size: 180%;
	}
}