* {
	margin: 0;
	padding: 0;
}
#persist {
	left: 0;
	position: fixed;
	top: 0;
}
#main {
	left: 0;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
}
html,
body {
	background-color: black;
	width: 100%;
	height: 100%;
}
svg {
	width: 100%;
	height: 100%;
}
#scroller-wrapper {
	left: 0;
	height: 100vh;
	overflow: scroll;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.scroller {
	margin: 0 auto;
	margin-bottom: 100vh;
	min-height: 200px;
	padding: 20px;
	max-width: 600px;
	width: 100%;
}
.scroller.is-full {
	background: radial-gradient(
		circle,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.7) 100%
	);
	border-radius: 4px;
	min-height: auto;
}
h1 {
	color: white;
	font-family: "Source Sans Pro";
	font-size: 120px;
	font-weight: 700;
	line-height: 120px;
	margin: 60px auto;
	text-align: center;
}
h2,
p {
	color: white;
	font-family: "Source Sans Pro";
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
p:last-child {
	margin-bottom: 0;
}
p .name {
	color: #ff69b4;
}
p a {
	color: #15f4ee;
}
h2 {
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
li {
	color: white;
	cursor: pointer;
	font-family: "Source Sans Pro";
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	list-style: none;
	opacity: 0.5;
	text-align: center;
}
li.is-active {
	opacity: 1;
}
.control {
	float: left;
	width: 50%;
}

.axis text,
.block {
	color: white;
	font-family: "Source Sans Pro";
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.axis line,
.axis .domain {
	stroke: white;
}
