body {background-color: black;}

.introbox	{
	background-color: #5E1914;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 25px;
	text-align: center;
	background: linear-gradient(to bottom, black 0%, #5E1914 40%);
	
}

.interestsbox	{
	background-color: #7E191B;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: center;
	font-size: 25px;
	margin-top: 15px;
	
}
.interestsbox a{
	color: white;
	font-size: 30px;
	href {display:block;}
}