@charset "utf-8";
/* CSS Document */

body {background-color: #001A6A;}

#wrapper {width: 80%; 
margin-left: auto;
margin-right: auto;}

nav {background-color: navy;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

nav a {color: yellow;
text-decoration: none;
font-weight: bold;
margin: 10px;
font-size: 20px;
text-align: center;}

nav a:hover {color: white;}
nav a: visited{color:grey;}
nav a: active{color: red}

footer {text-align: center;
background-color: #979797;}

button {position: absolute;
	top: 40px;
	right: 100px;
	font-size: 10px;
	border-radius: 10px;
	background-color: yellow;
	}

button a {text-decoration: none;}

header {position: relative;}

h1 {text-align: center;
	
}