@charset "utf-8";
@import "reset";

body{
	text-align: center;
	img{
	  width: 20%;
  
	  max-width: 500px;
	}
	img,h1{
	  margin-top: 40px;
	  color:green;
	}
  }