@charset "UTF-8";

.top_pictures {
	display: flex;
	height: 314px;
	justify-content: center;
}

.picture1 {
	width: auto;
	height: 100%;
	margin: 3px 0 3px 3px;
}

.picture2 {
	width: auto;
	height: 100%;
	margin: 3px 0 3px 4px;
}

:is(.picture1, .picture2) > img {
	border: none;
	height: 314px;
	width: auto;
}

.text_and_picture {
	display: flex;
	color: #000000;
	font-size: 0.75rem;
	margin: 3px;
}

.text {
	flex: 5;
}

.picture {
	flex: 3;
	align-items: center
}

.speed_pictures {
	display: flex;
	justify-content: center;
}

.junior {
	text-align: center;
	margin: 3px 0;
	flex: 1;
}

.university {
	text-align: center;
	margin: 3px 0;
	flex: 1;
}