html {
	display: table;
	margin: auto;
}

body {

	font-family: Helvetica;
	font-size: 10pt;
	letter-spacing: .1pt;

	max-width: 800px;

	background-image: url("mountains-1412683.png");
	background-size: cover;
	background-position: center center;

	display: table-cell;
	vertical-align: middle;
}

div {
    width: 300px;
    border: 20px;
    padding: 20px;
    margin: 20px;
    background-color: #ffffff;
    opacity: .75;
}

audio {
	background-color: #ffffff;
}

p {
	line-height: 150%;
}

h1 {
	font-weight: lighter;
	font-family: Helvetica;
	font-size: 14pt;
	letter-spacing: 2px;
}

h2 {
	color: #9e4877;
	font-size: 11pt;
	font-weight: normal;
	font-family: Helvetica;
	font-weight: lighter;
	letter-spacing: 2px;
}

p.chorus {
	color: #9e4877;
}