.cube-banner {
	background: #fff;
	display: block;
	margin: 1rem;
	padding: 1rem;
	border-right: 3px solid #795f3e;
	
	font-size: 4rem;
	text-align: center;
	color: inherit;
}

.cube-banner:hover {
	color: inherit;
	text-decoration: none;
}