/*  Main.css */

img {

  max-height: 150px;
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
  margin-left:auto;
  margin-right:auto;
}




h2 {

	color: #5b8edb;
  margin: auto;
	text-align: center;
	position: relative;
}


.main_container {
  position: relative;
  width: 75%;
  background-color: white;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;



}
