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

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

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

#p_4{
	color: rgb(93,109,171);
	font-weight: bold;
	font-size: 18px;
	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: 18px;
	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: 18px;
	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: 18px;
	font-style: italic;
	font-family: 'Josefin Sans', sans-serif;
}

#sidebar{
	position: fixed;
	top:24px;
	left: 0px;
	float: left;
}
#lyrics{
	text-align: center;
	padding-left: 500px;
	padding-bottom: 50px;
}
#footer{
	background-color: red;
	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: 20px; 
    right: 30px; 
    /*z-index: 99;*/ 
    border: none; 
    outline: none; 
    background-color: red; 
    color: white; 
    padding: 15px; 
}

#myBtn:hover {
    background-color: #555; 
}