.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;
}

#img-div img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:50vh;
}
