* {
	box-sizing: border-box;
	color: #000d3a;
	font-family: "Work Sans", Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

html {
    background-color: #E8F6FC;
}

body {
    background-color: white;
	margin: 0;
}

a {
	text-decoration: none;
}

main > h1 {
	margin-top: 0;
	font-weight: 800;
	font-size: 64px;
	line-height: 1.1;
}

p {
	max-width: 39em;
}

@media (max-width: 800px) {
	main > h1 {
		font-size: 42px;
	}
}
