html {
	background-color: whitesmoke;
}
nav {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.homepage.hero.is-primary .box a {
	/* .hero.is-primary sets color to white, overwrite that */
	color: #3273dc;
}
.homepage.hero.is-primary .box a:hover {
	/* hover { underline } rather than hover { color: black } */
	text-decoration: underline;
}
