body {
	background-image: url(background.gif);
	background-repeat: repeat;
	text-align: center;
}

img {
	margin-top: 5%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}