body {
	height: 120%;
	width: 100%;
	background-color: black;
	background-size: cover;
	font-family: 'Libre+Baskerville', serif;
	color: rgb(250,250,230);
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 150%;
}
#one {
	height: 200%;
	width: 100%;


}

.p1 {
	margin-top: -30px; 
	height: 100vh;
	width: 90vw;
	left: 5%;
	position: fixed;
	z-index: 2;

}

h3 {
	z-index: 3;
	font-size: 30px;
	margin-left: 800px;
}

#text {
	text-align: center;
}
p.hear{
	font-weight: bold;
}
p.chorus{
	font-style: italic;
}

#button {
	width: 30px;
	position: fixed;
	z-index: 99;
	bottom: 40px;
	left: 480px;
	opacity: 0.5;
}

#button:hover {
	opacity: 0.9;    
}
