html {
	font-size: 24px
}

body {
	background-color: black;
	margin: 50px 50px 75px 75px;
}

h1 { 
	color: rgb(153,0,153);
	line-height: .275em;
	font-family: "Playfair Display", Helvetica, Verdana, sans-serif;
	font-size: 3rem;
	font-weight: 900;
	text-transform: lowercase;
	letter-spacing: .2rem;
}

h2{
	color: rgb(0,153,153);
	font-family: "Playfair Display", Helvetica, Verdana, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: lowercase;
	letter-spacing: .1rem;
	line-height: 60%;
}

p{
	font-family: "Catamaran", Helvetica, Verdana, sans-serif;
	font-size: 0.675rem;
	font-weight: 500;
	text-transform: lowercase;
	margin-top: .875rem;
	line-height: 110%;
}

.verse{
	color: rgb(151,206,95);
	letter-spacing: .02rem;
	line-height: 130%;
}

.chorus{
	color: rgb(99,196,196);
	font-style: italic;
	font-weight: 900;
}

.morocco{
	color: rgb(184,78,192);
	font-weight: 600;
	letter-spacing: .2rem;
	line-height: 130%
}