.garbage{
}

body{
	margin:0;
	padding:0;
	background:url('/imgs/bg.jpg');
	background-size: cover;
	background-attachment: fixed;
}
.header{
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	
}
.nav{
	margin-top:15px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:rgba(255,255,255,0.7);
	width:100%;
	box-shadow: 0 0 5px black;
}

.nav a{
	text-decoration:none;
	color:black;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
}

.nav a:hover{

	color:blue;
}

.content{
	margin-top:25px;
	padding:5px;
	background-color:rgba(255,255,255,0.8);
	width:60%;
	box-shadow: 0 0 5px black;
	border-radius:5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.footer{
	margin-top:15px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:rgba(255,255,255,0.7);
	width:100%;
	font-size: 12px;
	position: fixed;
	bottom:0
}
