body > .wrapper {
	width: 100%;
	overflow-x: auto;
}

#allrgb-wrapper {
	color: #eee;
	text-align: center;
	margin: 64px 0;
}

#allrgb-wrapper h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 32px;
	margin: 16px;
	line-height: 32px;
	opacity: 0.8;
}

#canvas {
	background: #fff;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}