.about {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.about section {
	flex-grow: 2;
	text-align: justify;
	font-size: 0.95em;
}

.about .about-description {
	margin-bottom: 30px;
}

.about .file h2 a{
	color: #4172CC;
}