/* CSS Document */

.bottomPictures {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	color: #fff;
}

.bottomPictures p {
	text-align: center;
	font-size: .7em;
	margin-top: 0px;
}

.bottomPictures img {
	margin: 0 auto;
}

.students {
	width: 260px;
	font-size: .7em;
	color: #fff;
	text-align: center;
	margin-top: 0px;
}

li {
	float: none;
}
