* {
	padding: 0;
	margin: 0;
}

body {
	background-attachment: fixed;
	background-size: cover; 
}

/* Fonts */
h1 {
	position: absolute;
	text-align: center;
	font-family: sans-serif;
	top: 100px;
	width: 100%;
	font-size: 300%;
	letter-spacing: 10px;
}

h2 {
	position: absolute;
	text-align: center;
	font-family: sans-serif;
	top: 300px;
	width: 100%;
	font-size: 100%;
	letter-spacing: 3px;
}

h3 {
	position: absolute;
	text-align: center;
	font-family: sans-serif;
	top: 350px;
	width: 100%;
	font-size: 100%;
	letter-spacing: 3px;
}

p {
	position: absolute;
	text-align: center;
	font-family: sans-serif;
	width: 100%;
	font-size: 100%;
	letter-spacing: 6px;
	width: 100%;
	top: 220px;
}

a {
	color: black;
}
a:hover {
	background: grey;
	opacity: 0.5;
	
}
