html, body{
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 5%;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 11pt;
	background-image: url('images/OhWonder_PressPhoto-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;

}
.content {
	background-color: rgba(250,250,250,0.7);
	width: 600px;
}
h1{
		font-family: futura;
		font-size: 48px;
		letter-spacing: .2em;
		font-weight: lighter;
		text-align: static;

	}
#image {
		background-color: transparent;
		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: center;
	color: gray;
	line-height: 1.5;


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