body{
			background:#000;
			color:#fff;
			
		}
		.con{
			padding:20px;
			text-align:Center;
		}
		.con img{
			max-width:500px;
			height:auto;
		}
		.con h1{}
	
	
		@media screen and (max-width: 40em) {
			.con img{
			max-width:100%;
			height:auto;
			}
			.con h1{
    font-size: 2em;
}
		}