/*Ross's narrative stylesheet*/



body {
	background-image: url('images/smashbackground.png');
	
	
}

#coolname{
	text-align:center;
	width:auto;
	height:auto;
}

header {
	color:white;
	font-size: 80px;
	text-align: center;
}
a {
	color:white;
	text-decoration:none;
}

#introduction {
	text-align: center;
	color:white;
}

#paragraph {
	text-align: center;
	border: 5px solid red;
	width: 50%;
	height: auto;
	margin: auto;
	margin-bottom: 10%;
	padding: 15px 5px 15px 5px;
	background:#FFF;
	
}
#smash4title { 
text-align: center;
width:auto;
height:auto;

 }


#smash64 {
	text-align:left;
}