body{
	color: #3f2a14;
	font-family: "avenir", "helvetica", sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url("background-fix.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.text{
	margin: 0;
	float: right;
	width: 430px;
	padding-top: 50px;
	padding-bottom: 50px;
}
h1{
	text-transform: uppercase;
	font-size: 40px;
}
h2{
	text-transform: uppercase;
	font-size: 25px;
}
.music{
	padding-bottom: 20px;
}
.lyrics{
	font-size: 15px;
	padding-bottom: 20px;
}
.one{
	padding-bottom: 20px;
}
.two{
	padding-bottom: 20px;
}
.chorus{
	padding-bottom: 20px;
}
.final{
	padding-bottom: 20px;
}
.footer{
	box-sizing: border-box;
	background-color: #3f2a14;
	color:white;
	display: block;
	width: 100%;
	padding: 20px;
	clear: both;
	float: right;
	
}
.social{
	float: right;
	padding-right: 50px;
}
.copy{
	padding-left: 50px;
	font-size: 15px;
	float: left;
}
.facebook{
	font-size: 20px;
	display: inline-block;
	padding-right: 10px;
}
.insta{
	font-size: 20px;
	display: inline-block;
	padding-right: 10px;
}
.twitter{
	font-size: 20px;
	display: inline-block;
}
a{
	color:white;
}