a {
	color: #caba9e;
	transition: .3s;
}
.test1 {
	margin-top: 20px;
	color: #666;
	font-size: 18px;
}
.test3 {
	margin-left: 15px;
	padding-top: 9px;
	margin-top: 10px;
	font-size: 18px;
}
a:hover {
	color: #caba9e69;
	text-decoration: none;
	transition: .3s;
}
.pagenav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}