@charset "utf-8";
/* CSS Document */
body {
	background-color: indigo;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

a {
	color: white;
}

a :hover {
	color: yellow;
}

a :visited {
	color: white;
}

.Title {
	display: block;
	text-align: center;
	width: 96%;
	font-size: 600%;
}

.StudentContainer {
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
}

.Student {
	display: block;
	text-align: center;
	width: 23%;
	font-size: 300%;
	padding-bottom: 40px;
}
