body, html {
	background-color: #0b1628;
}

canvas {
	border: 1px rgba(200, 169, 110, 0.15) solid;
	background-color: #0b1628;
	border-radius: 4px;
}

#seeMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgba(200, 169, 110, 0.5);
	width: 812px;
	text-align: right;
}

#seeMore a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	color: #c8a96e;
	float: right;
}

#seeMore a:hover {
	color: #f5e6c8;
	background-color: rgba(200, 169, 110, 0.1);
}