.container{position: relative; top: 200px;}




img {
  /*max-width: 80%;*/
  display: block;
  margin: 0 auto;
  height: auto;
  
}

header, figcaption, h3, h1{
  text-align: center;
}

body {
  background-color: white;
  color: #474a4f;
  text-align: left;
  margin: 0 auto;
  height: auto;
  padding: 10px;
}

.container {
	min-width: 320px;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	height: auto;
	align-items: center;
}


.container li {
  padding: 10px;
}


.contact a:link, a:visited {
  background-color: #666;
  color: white;
  padding: 14px 25px;
  
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#contact-info {
	text-align: center;
	
}