*{
	margin:0px;
	padding:0px;
	}
body{
	background-color:black;
	font-family:'Georgia','Verdana',sans-serif;
	font-size:1.6em;
	color:white;
    display:flex;
    height:100vh;
    justify-content:center;
    align-items:center;
    text-align:center;
	}
a:link,a:visited{color:white; text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{color:gray;}

div#wrap{
	width:100%;
	height:750px;
	}
div#nav{
	position:fixed;
	text-align:center;
	background-color:#333333;
	bottom:50px;
	right:125px;
	}	
.container {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}