* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
}

img {
	height: 400px;
	margin-top: 100px;
	margin-left: 500px;
	display: inline-block;
}

@media screen and (max-width: 800px) {
  img {
  	margin-top: 100px;
  	margin-left: 100px;
  }