body, html {
	color: white;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
#topHead {
    width: 100vw;
    height: 100vh;
    background: url("backgrounda.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
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;
	height: 1.3em;
	font-size: 1.3em;
	padding-top: 1em;
	padding-bottom: 1em;
}
#attributes a {
	float: left;
	width: 16.6%;
	text-align: center;
}
.name {
	font-size: 5em;
	font-family: 'Great Vibes', cursive;
	padding-top: 40vh;
    margin: 0;
    padding-left: 10vw;
}
#copyright {
	position: fixed;
	right: 2em;
	bottom: 1em;
}