.indexbody, .songbody {
	font-family: sans-serif;
	font-size: 1.25em;
}
.indexbody {
	margin: 0;
}
.error {
	color: #ff0000;
	font-weight: bold;
	position: absolute;
	width:100vw;
	text-align: center;	
}
@media screen and (min-width: 600px){
	.mobile-break {
		display: none;
	}
}
ul {
	padding-inline-start: 16px;
}
li {
	list-style-type: none;
}
.artistName {
	font-weight:bold;
}
.songName::before {
	content:" - ";
}
a {
	text-decoration: none;
	color: black;
}
.topjump {
	position: fixed;
	bottom: 10px;
	right: 25px;
	opacity: 0.5;
}
.topjump:hover {
	opacity: 1;
}
.nav {
	margin: 10px auto;
	width: max-content;
}
.nav a {
	margin: 10px;
	outline: black solid 0px;
}
.nav a span {
	width: 30px;
	display:inline-block;
	text-align:center;
}
pre {
	padding: 75px 0 150px;
	/* white-space: pre-wrap; */
}
.controls {
	height: 50px;
	width: 100px;
	position: fixed;
	opacity: 0.25;
	border: solid 1px #000;
	float: right;
}
.controls:hover {
	opacity: 1;
}
#start {
	left: 5px;
}
#stop {
	left: 115px;
}
#top {
	left: 225px;
}
#speeddown {
	left: 335px;
}
#speedup {
	left: 445px;
}