body {
	font-family: 'Raleway', Arial, sans-serif;  
	font-size: 12pt;  /* %, em, rem */ 
	color: black; /* rgb, rgba (includes alpha channel), #ff0000 */
	background-color: teal;
}

h1 {
	color:white;
	font-weight: bold;
	text-align: center; 
	line-height: 20px;  
}

#fixed-background {
	background-image: url("../images/just_a_friend.jpg");
	background-attachment: fixed; 
	background-size: cover;
	width: 80rem;
    height: 40rem;
    margin: auto;
}

h2 {
	color:white;
	font-weight: bold;
	text-align: center;
	line-height: 10px; 
}

#lyrics {
	color:white;
	text-align: center;  
}

.chorus{
	font-style: italic;
}