header {
    background-color: #BAD0D5;
}

body {
    background-color: #E1E1E1;
}

main {
    max-width: 1200px;
    margin: 1rem auto 1rem;
	/* min-height: 100%; */
}

html {
	font-size: 16px;
	height: 100%;
}

@media screen and (max-width: 600px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: 12px;
	}
}

@media screen and (max-width: 278px) {
	html {
		font-size: 8px;
	}
}

.heading-1-link {
	color: black;
	text-decoration: none;
}