* {
	margin: 0; padding: 0;
}
html { 
	background-color: #0;
}

body {
	background: url(fire.jpg) no-repeat bottom center fixed; 
	background-size: cover;
	min-height: 100%;
	font-family: fantasy;
}
nav {
	background-color: rgba(0,0,0,0.70);
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: right;
}
nav a {
	color: white;
	margin: 0.5em 1em;
	text-decoration: none;
}


h1 {
	position: absolute;

	margin: 0;

	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -90%);
	font-size: 8em;
	text-shadow: 0 0 5px black;
}
h1 a {
	color: inherit;
	text-decoration: inherit;
}
h2 {
    margin-bottom: 0.35em;
}
span#a {
	font-size: 0.75em;
}
span#b {
	font-size: 0.5em;
}
main {
    padding: 3em 3em;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    color: whitesmoke;
    border: 1px solid gray;
    background-color: rgba(0,0,0, 0.70)
}
main p {
    margin-bottom: 1em;
}
