body{
	background-color: white;
}

#logo{
	top: 30px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	
}


#nav {
	top: 125px;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	color: Grey;
	font-size: 10px;
}

#pics{
	top: 50px;
	width:100vw;
	margin-left: auto;
	margin-right: auto;
	font-size:0px;
	position:relative;
}

#other {
	top: 500px;
	left: 250px;
	font-family: sans-serif;
	color: grey;
	font-size: 12px;
	position: fixed;
}
