.mainTextBox p {
	text-decoration: none;
}
.mainTextBox {
	color: #434344;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	text-align: justify;
	width: 60vw;
	margin-bottom: 40px;
	text-align: center;
	max-width: 300px;
}
.boxTitle {
	color: #434344;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	text-align: justify;
	width: 60vw;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	max-width: 300px;
}
.boxText {
	margin: 20px;
}
.background {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	width: 300px;
	height: 200px;
	margin: 25px;
}
.boxArea {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	width: 80%;
	margin: 30px;
	position: relative;
	text-align: center;
}
.boxArea a {
	margin: 10px;
	background-color: #efefef;
	width: 350px;
	height: 500px;
	text-decoration: none;
}