/* CSS Document */


.bodyDiv {
	display: flex;
	background-image: url("../images/FourthBackground.png");
	background-size: cover;
	min-height: 100%;
	width:100%;
	background-repeat: repeat;
	text-align: center;
}

body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}


.existingTitle {
	position: absolute;
	font-family: "Roboto Slab";
	color: white;
	font-size: 50px;
	width: 100%;
	text-align: center;
}


.problemTable {
	display: inline-table;
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 100px;
}

.images {
	height: 270px;
}
