#layout {
	display: flex;
	flex-flow: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	height: 100%;
	width: 100%;
	margin: auto;
}
#above {
	flex-basis: 33%;
}
#target {
	flex-basis: 33%;
	width: 80%;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 1.6;
}
#below {
	flex-basis: 33%;
}