
html {

  font-family: Noto Sans, sans-serif;

}
span {
  font-weight: bold;
}
.lyric {
  	font-family: Noto Sans, sans-serif;
 	overflow:visible;
 	white-space: pre;
	  font-size:13px; 	
}

.carouselfree {
	  max-width:400px;
	  margin:auto;
	  padding:20px 0px 20px 0px;
	  background-color:#fff;

}
.carouselfree{
	border-radius:15px;
}
h3 {text-align:center;}
.footer {
text-align:center;

}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 0px;
  display:block;
margin:auto;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  padding:0px 0px 0px 0px;

}
.active, .accordion:hover {
  background-color: #ccc;
}
.panel {
  display: none;
  overflow: hidden;
width:400px;
margin:auto;

}