body {
	background-color: white;
	display: flex;
	text-align: center;
	flex-direction: column;
}

.barline {
	height: 2px;
	background-color: gray;
	width: 100%;
	margin: 20px 0;
}