body{
	text-align: center;
	font-family: arial;
	background-color: rgb(251,215,65);
}
h1{
	font-family: 'Libre Barcode 39 Text', cursive;
	font-size: 60px;
}
h1:hover{
	color:rgb(93,109,171);
}
h2{
	font-family: 'Libre Barcode 39 Text', cursive;
	font-size: 60px;	
}
h2:hover{
	color: rgb(93,109,171);
}
#sidebar img{
	filter: hue-rotate(-165deg);
}
#sidebar img:hover{
	filter: none;
}
#p_1{
	color: rgb(93,109,171);
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
}

#p_2{
	color: rgb(201,63,61);
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
}

#p_3{
	color: black;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
}

#p_4{
	color: rgb(93,109,171);
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
}

#p_5{
	color: rgb(201,63,61);
	font-family: 'Josefin Sans', sans-serif;
}

#p_6{
	color: black;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
}

#p_7{
	color: rgb(93,109,171);
	font-family: 'Josefin Sans', sans-serif;
}

#p_8{
	color: rgb(201,63,61);
	font-family: 'Josefin Sans', sans-serif;
}

#p_9{
	color: black;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
}

#p_10{
	color: rgb(93,109,171);
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: .3em;
}

#p_11{
	color: rgb(201,63,61);
	font-family: 'Josefin Sans', sans-serif;
}

#p_12{
	color: black;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
}

#sidebar{
	position: fixed;
	top:24px;
	left: 40px;
	float: left;

}
#lyrics{
	text-align: left;
	padding-left: 700px;
	padding-bottom: 50px;
	padding-top: 20px;
	width: 100%;
	font-size: 15px;
}
#footer{
	background-color: rgb(93,109,171);
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 50px;
	width: 100%;
	font-size: 12px;
	color: white;
	text-align: left; 
}
#footer p{
	padding-left: 20px;
}
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 5px; 
    right: 40px; 
    /*z-index: 99;*/ 
    border: none; 
    outline: none; 
    background-color: rgb(93,109,171); 
    color: white; 
    padding: 15px; 
    font-size: 12px;
}

#myBtn:hover {
    color: grey; 
}
#audio{
	padding-left: 430px;
	padding-top: 50px;
	background-color: rgb(251,215,65);
}