html{
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 5%;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 11pt;
}
h1{
		left: 7%;
		font-family: futura;
		font-size: 48px;
		letter-spacing: .2em;
		font-weight: lighter;
	}
	#image {
		background-color: #ffffff;
		transition: 0.2s; 
	}
	#pic:hover {
			opacity: 0.7
		}
	
image{ 
		width: 500px; 
		height: 500px;
}
h2{
		font-family: futura;
		font-weight: lighter;
		color: rgb(95, 158, 160);
		font-size: 20px;
		letter-spacing: .1em;


}
.tag {
		color: rgba(95, 158, 160, 0.5);
		font-family: futura, sans-serif;
		font-weight: lighter;
		text-transform: lowercase;
}
.lyrics {
	text-align: left;
	color: gray;
	line-height: 1.5;


}
.chorus {
	font-style: italic;
	color: darkgray;
	
}
