html
{
	background-color: rgb(32, 32, 32);
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 50px;
}

h2
{
	color: rgb(33, 122, 220);
}

h4
{
	color: lightgreen;
	font-size: 100%;
	font-weight: normal;
}

button
{
	background-color: saddlebrown;
	color: lightgray;
}

#teamMates
{
	font-size: 90%;
	color: cyan;
	
}