* {
	padding: 0;
	margin: 0;
    border: 0;
}
@media screen and (min-width:915px){
body {background-color:antiquewhite;display: flex;flex-direction: column;align-items: center; }
h1 {font-family: cursive; font-size: 2em ;color:red;}
img{width:25em;margin: 1em;}
}
@media screen and (max-width:914px){
	body {background-color:antiquewhite;display: flex;flex-direction: column;align-items: center; }
	h1 {font-family: cursive; font-size: 2em ;color:red;}
	img{width:18em;margin: 1em;}
}
@media screen and (max-width:412px){
	body {background-color:antiquewhite;display: flex;flex-direction: column;align-items: center; }
	h1 {font-family: cursive; font-size: 2em ;color:red;}
	img{width:15em;margin: 1em;}
}	