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

.contact-img {
	width: 40%;
	height: auto;
	margin-top: 150px;
	margin-bottom: 50px;
	border-style: solid;
	border-radius: 15px;
	border-color: black;
}

.contact-text {
	font-family: "Trebuchet MS";
	margin: 0px;
	align-self: center;
}