body {
	margin: 0;
	padding: 0;
	background: #313131;
	font-family: sans-serif;
}

h1 {
	text-align: center;
	position: relative;
	top: 10px;
}

h2 {
	text-align: center;
	position: relative;
	padding-top: 5px;
	font-size: 25px;
	line-height: 10px;
	top: 10px;
}

.gallery {
	position: absolute;
	float: bottom;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	background: #F39C12;
	border-radius: 50px;
	overflow: hidden;
}

#flower {
	background: #F1C40F;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	border-radius: 5px;
}