html
{
	font-family: "Arial";
	line-height: 1.65em;
	text-align: center;
	background-color: black;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}


p.x-as
{
	position:absolute;
	top:450px;
	left:45%;
	font-style:italic;
	font-weight:bold;
	color: white;
}

p.y-as
{
	position:absolute;
	top:100px;
	left:22px;
	font-style:italic;
	font-weight:bold;
	color: white;
}

h1
{
	font-size: 3.2em;
	font-weight: bold;
	margin-top: 0.2em;
	color: white;
}

header
{
	margin-top: 4.5em;
	color: #FFF;
	text-shadow: 0 0 20px rgba(0,0,0,1);
}

/* SVG */

svg text {
	pointer-events: none;
	font-family: sans-serif;
	font-size: 14px;
	font-weight:bold;
	fill: transparent;
}

svg {
	background: black;
}

.axis path,
.axis line {
fill: none;
stroke: white;
shape-rendering: crispEdges;
}
.axis text {
font-family: sans-serif;
font-size: 11px;
fill: white;
}