body {
	background-color: green;
}
/*#container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.box {
	border: 2px solid black;
	margin: 5px;
	padding: 10px;
}*/

#container {
	width: 100%;
	height: 100%;
}
img {
	position: absolute;
	width: 100px;
	height: 100px;
}
p {
	font-family: 'helvetica';
	font-size: 20px;
	color: white;
}
