.gook7 {
	transform: scale(1);
	color: black;
	transition: 0.25s;
}

.gook7:hover {
	transform: scale(1.5);
	color: black;
	transition: 0.25s;
}