.home .pageList__item {
	list-style: none;
	border: 1px solid rgb(125,125,125);
	text-align: center;
	background-color: rgb(230,230,230);
	margin-bottom: 15px;
}
.home .pageList__item a {
	color: #222;
	padding: 20px;
	display:block;
}
.home .pageList__item a:hover {
	text-decoration:none;
}