body{
	background-image: url("images/background.jpg");
}

h1{
	background-color: black;
	color: red;
	text-align: center;
}
#img {
	text-align: center;
}
#group{
	text-align: center;
	margin-top: 50px;
}

#graph {
	color: red;
	margin-top: 0px;
	background-color: black;
}

#end {
	text-align: center;
	color: red;
	background-color: black;
}

p{
	color: red;
}

