body {
	background-color: #ededed; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	color: #b3b3b3;
}

#logo-container {
	position: fixed; 
	top: 43%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
}

#logo {
	height: 150px;
}

#email {
	position: fixed;
	bottom: 10px; 
	left: 50%; 
	transform: translate(-50%, -50%); 
}