.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.topnav{
	position: fixed;
	z-index: 1;
	background-color: black
}
.topnav a{
	padding: 6px 8px 6px 16px;
  	text-decoration: none;
  	font-size: 15px;
  	color: #818181;
  	display: block;
}
.topnav h4{
	font-family: herculanum;
	color: white;
	text-transform: bold;
}
h1{
	text-align: center;
	font-family: herculanum;
  
}


.contact a {
  background-color: black;
  color: #818181;
  padding: 15px 25px;
  text-decoration: none;
  display: inline-block;
  width: 500px;
  height: 20px;
} 


.genContact {
	text-align: center;
}
.Gallerylink a{
	background-color: black;
  	color: #818181;
  	padding: 15px 25px;
  	text-decoration: none;
 	display: inline-block;
  	width: 500px;s
  	height: 20px;
}
body {
	font-family: arial;
	font-size: 16px;
	text-align: center;
}
form {
	padding-left: 150px;
	padding-right: 150px;
}
p {
	padding-left: 150px;
	padding-right: 150px;
}
