body {
  background-color: black;
}
.main {
	color: white;
}
.title {
	margin-top: 30vh;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}
.headrabbit
{
	display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
}
.lyrics {
	  font-family: Verdana;
	font-size: 1vw;
  font-weight: bold;
  text-align: center; 
}
.next {
	  font-family: Verdana;
	font-size: 2vw;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.arrow-container {
  text-align: center;
}