html, body {
	width: 100%;
	font-family: "Times New Roman",serif;
}

.clear {
	clear: both;
}

.yellow {
	color: #fdd30f;
	font-style: italic;
}

body {
	background-color: black;
	color: white;
	max-width: 1000px;
	width: 85%;
	margin: 0 auto;
	font-size: 16px;
}

h1 {
	margin: 50px 0 34px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 10vw;
}

p {
	max-width: 450px;
	margin: 16px auto 0 auto;
	line-height: 2em;
}

a {
	color: black;
	background-color: white;
	padding: 5px 7px;
}

a:hover {
	background-color: #fdd30f;
}

@media screen and (min-width: 625px) {
	h1 {
		font-size: 60px;
	}
}

img {
	width: 190%;
	max-width: 1000px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/*
p {
	font-size: 1em;
	line-height: 2.5em;
}

.chords {
	height: 0;
}

.A:before{
	content: url('chords/A 1.png');
	display: inline-block;
	position: relative;
	top: -23px;
	left: -18px;
}

.A2:before{
	content: url('chords/A 2.png');
	display: inline-block;
	position: relative;
	top: -23px;
	left: -18px;
}

.Gsharp7 {
	padding-left: 40px;
}

.Gsharp7:before {
	content: url('chords/Gsharp7 1.png');
	display: inline-block;
	position: relative;
	top: -28px;
	left: 0px;
}

.Csharpm:before {
	content: url('chords/Csharpm 1.png');
	display: inline-block;
	position: relative;
	top: -28px;

}

#verse1, #verse2, .prechorus, .chorus, #verse3, #verse4 {
	padding-top: 2.5em;
}
*/
