.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}
div#bar {
	background-color: #FFFF00;
	height: 720px;
	width: 80px;
	border-style: solid;
	border-color: #0056FF;
}
div#fill {
	background-color: #000000;
	height: 50%; /* EDIT THIS (% black remaining) */
	width: 100%;
}
div#goal {
	background-color: #FF0063;
	text-align: center;
	width: 120px;
	color: #FFFFFF;
	position: absolute;
	left: 66px;
	font-family: "Righteous";
	font-size: 22px;
}
div#current{
	background-color: #0056FF;
	text-align: center;
	width: 120px;
	color: #FFFFFF;
	position: absolute;
	left: 66px;
	top: 50%; /* EDIT THIS (% black remaining) */
	font-family: "Righteous";
	font-size: 22px;
}
body {
	overflow: hidden;
	width: 86px;
}