body, html {
	background: gainsboro;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
}
#attributes {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(250, 250, 250, 0.7);
	width: 100vw;
	font-size: 1.3em;
	height: 1.3em;
	padding-top: 1em;
	padding-bottom: 1em;
	z-index: 1;
}
#attributes a {
	float: left;
	width: 16.6%;
	text-align: center;
}
#information {
	font-size: 1.2em;
	padding-left: 5vw;
	padding-right: 5vw;
}
#educator {
	font-size: 4em;
	font-family: 'Great Vibes', cursive;
	padding-top: 1em;	
	text-align: center;
}
#copyright {
	position: fixed;
	right: 2em;
	bottom: 1em;
}