a {
	color: #000;
}
a:hover {
	color: #2b2b2b;
}

body {
	color: #000;
	background-color: #FEFEFE;
}

.wrapper::before {
	transform: rotate(0deg);
    top: 55px;
    left: 30px;
}

.square {
	top: -77px;
	left: 461px;
	transform: rotate(24deg);
}
.triangle {
	top: -95px;
	left: 1024px;
	transform: rotate(33deg);
}

.title {
	color: #000;
}

.item:hover a {
	color: #2b2b2b;
}