<style>
#Head {
	text-align: center;
}
body{
	text-align: center;
	margin: 0px;
}
#Logo {
	color: black;
	Background-color: white;
	display: inline-block;
	font-size: 80px;
	font-weight: bold;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 100px;
	font-family: Rhapsodie, sans-serif;
	text-align: left;
	}
	
#Logo-Name {
	font-size: 32px;
	font-weight: bold;
	margin: 8px;
	text-align: center;
		}
	
#navigation a{
	color: black;
	padding: 8px;
	
		}
#navigation a:hover {
	color: rgba(0,0,250,100);
	
}
#image img {
	max-width: 100%;
	margin-top: 16px;
}

</style>