* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
  font-family: sans-serif;
}

.button-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

p {
	font-size: 12px;
	color: #a0a0a0;
	display: inline;
}

button {
	position: relative;
	padding: 1em;
	margin: 2em 4em 2em 1em;
	width: 9em;
}

.ease-container {
	position: relative;
	text-align: center;	
}

.radio {
	position: absolute;
	right: 0;
	bottom: 0.5em;
	text-align: center;
  margin-right: 3.5em;
  bottom: 0;
  font-size: 11px;
}
		
input[type='range'] {
	margin: 2em;
	width: 14em;
}

label {
	margin-right: 0.5em;
	color: #a0a0a0;
	font-size: 80%;
}

figure {
	margin: auto;
	width: 900px;
	height: 410px;
}

circle {
	cursor: pointer;
}

.axis text {
	fill: #a0a0a0;
  font: 14px 'Arial';
}

.axis path,
.axis line {
  fill: none;
  stroke: #d8d8d8;
	stroke-width: 2;
  shape-rendering: crispEdges;
}

.y line {
	stroke: #d8d8d8;
	stroke-width: 2;
	stroke-opacity: 0.5;
}

.tooltip {
	position: absolute;
	text-align: center;
	
}

.text {
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 24px;
	margin-top: 0.25em;
	color: white;
	width: 100%;
	height: 100%;
}

.triangle {
	position: absolute;
}