.page-content {
	display: 					flex;
	flex-direction:				column;
	align-items:				center;
	justify-content:			center;
	margin:						80px auto 0 auto;
	width:						30%;
}

@media (max-width: 768px) {
	.page-content {
		width: 					95%;
		margin-top:				20px;
		margin-bottom: 			0;

	}
}