


body{
	font-family: 'Viga', sans-serif;
	background-image: url(kanye.jpg);
	font-size: 12pt;
	background-size: 100% 850px;
	font-weight: lighter;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100px;
	background-color: rgb(102, 20, 20);
	padding-bottom: 9px;
	padding-left: 10px;
	
	
}

h1{
	color:  rgb(214, 70, 44);
	font-size: 40pt;
	font-family: 'Codystar', cursive;
	padding: -15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	left: 10px;
	top: -20px;
}

h2{
	color: gb(214, 70, 44);
	font-size: 12pt;
	font-family: 'Viga', sans-serif;
	left: 600px;
	color: white;
	top: -121px;
	position: relative;
	font-weight: normal;


}

#block{
	height: 480px;
	width: 480px;
	overflow: auto;
	background-color: black;
	font-family: 'Viga', sans-serif;
	padding: 10px;
	position: fixed;
	top: 150px;
	left: 60px;
	scroll-behavior: auto;

}

#text{
	height: 480px;
	width: 480px;
	overflow: auto;
	background-color: black;
	font-family: 'Viga', sans-serif;
	margin-left: 20px;
	position: fixed;
	top: 150px;
	left: 60px;
	scroll-behavior: auto;
	color: rgb(214, 70, 44);
	margin-bottom: 0px;
	margin-top: 10px;
}

.music{
	position: fixed;
	top: 700px;
	left: -10px;
	width: 475px;
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	text-align: center;
}


