*{
	padding: 0;
	margin:0;
}

body{
	background:#413945;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#fff;
	width: inherit;
	height: inherit;
}


p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#fff;
	margin-bottom:10px;
	margin-top: 20px;
	font-size:14px;
}

h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color:#fff;
}

h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#fff;
	text-decoration: underline;
}

.title{
	margin-bottom: 15px;
}


.container{
	width:1010px;
	height:100%;
	margin: auto;
	margin-top:570px;
}

.game-container{
	width: 1000px;
	height: 474px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}

a{
	color:#e3877f;
}

hr{
	background-color:#fff;
	color:#fff;
	height: 1px;

}

.controls{
	margin-top:20px;
	margin-bottom:20px; 
}

.block-team{
	float:left;
	margin-right: 100px;
	margin-bottom: 100px;
}

	.block-team p{
		text-decoration: underline;
		font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}

	.team-list{
		list-style-type: none;
		color:#e3877f;
	}

.team-title{
	margin-top: 15px;
}

.title-block-separator{
	border-bottom:1px solid white;
}