body {
	margin: 0px;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: white;
	line-height: 1.3em;
	font-weight: 300;
}

h1 {
	font-family: 'Orbitron', sans-serif;
	font-size: 28px;
	color: #99cccc;
	text-align: center;
	margin-top: 0px;
	padding-top: 25px;
}

h2 {
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	color: #99cccc;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.container {
	background-color: black;
	margin: 0px;
}

.container2 {
	background-image: url('background.jpg');
	margin: 0px;
	height: 400px;
	padding: 30px;
}

.tlc {
	width: 960px;
	height: 300px;
	margin: 0 auto;
}


.title_section {
	background-color: black;
}

.lyrics {
	margin: auto;
	width: 400px;
	text-align: center;
	height: 300px;
	overflow-y: scroll;
}

.icons {
	margin: 0 auto;
	width: 400px;
	text-align: center;
	padding: 20px;
}

.chorus {
	font-weight: 400;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: none;
}

a:active {
	color: gray;
	text-decoration: none;
}