
/*  util  */
* {
	box-sizing: border-box;
}

.arrow {
	color: maroon;	
}


.arrow:hover {
	color: #e5dab6;	
}

