.redCenterDiv {
	color: red;
	text-align: center;
	height: 100px;
	width: 20%;
	background-color: powderblue;
	margin: 0 auto;
	line-height: 100px
}
