.about-page {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-img {
	margin-top: 150px;
	margin-bottom: 50px;
}

.about-text {
	font-family: "Trebuchet MS";
}