body{
	margin: 0;
	padding:0;
	background-color: #202326;
	/*color: #A62139;*/
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Lato', sans-serif;

	color: #dbd1b7;
}

.content{
	display: flex;
	justify-content:space-between;
	flex-direction:column;
	text-align: center;
}


.top-line{
	display: flex;
	justify-content: space-between;
}

h3{
	font-size: 32px;
	margin: 0;
	padding:.5em;
}

.about{
	padding:.5em;
	font-size: 30px;
	margin: 0;
}

a,a:visited{
	color: #dbd1b7;
	text-decoration: none;
}

a:hover{
	color: #DE8D47;
}

.titleCard{
	margin: 0 auto;
	margin-top: 10em;
	width: 60%;
}

h1{
	font-size: 36px;
}

.options{
	margin: 0 auto;
	width: 60%;
	display: flex;
	justify-content: space-around;
	color: #DE8D47;
}

.option{
	font-size: 20px;
	opacity: .8;

}

.option:hover{
	opacity: 1;
}

h5{
	color: #dbd1b7;
	font-size: 18px;
}

.bottom-line{
	margin-top: 12em;
	display: flex;
	justify-content:space-between;
	/*align-content:flex-end;*/
}

h4{
	font-size: 26px;
		padding:.5em;
}


.about-page{
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

.about-page h1, h3{
	color: #DE8D47;
}

.about-page a, a:visited{
	text-decoration: underline;
}

.gameInfo{
	font-size: 22px;
}

