.main-title .home a {
	color: #000000;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
	cursor: pointer;
}
.main-title .home a:hover {
	color: rgb(150, 171, 188);
	outline: none;
}