*{
	box-sizing: border-box;
}

body {
	width: 100%;
	min-width: 850px;
	background-color: white;
}
p {
	font-size: 30px;
	color: purple;
}

section {
	width: 100%;
	height: 100%;
}

div {
	width: 250px;
	display: inline-block;
}

img {
	width: 200px;
	height: 200px;
}