<style type="text/css">

.content {
  max-width: 500px;
  margin: auto;
}

#responsive-image {  
	width: 80%;  
	height: auto;
	margin-top: 100px;
} 

 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h3 {
  color: black;
  font-size: 2vw;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
