body {
	background: #fff;
	color: #34495e;

}

a, button {
	outline: none;
}

a {
	color: #A9BBCF;

}

a:hover, a:focus {
	color: #18334E;
}

section {
	padding: 1em;
	text-align: center;
}

p.ref {
	text-align: center;
	padding: 2em 1em;
}





@media screen and (max-width: 40em) {

	.codrops-header h1 {
		font-size: 1.5em;
	}
}
