

html,body{
	margin:0;
	padding:0;
	background-color:rgb(0,0,0);
	font-family: 'Orbitron', sans-serif;
	color:white;
}

#content{
	height: auto;
}

#mainMenu{

}

.title{
	text-align: center;
	font-size: 30px;
	height: 100px;
	padding-top: 50px;
}


.subtitle{

	text-align: center;
	font-size: 20px;
	height: 100px;
	padding-top: 50px;
}

/* .options{
	position: absolute;
	bottom: 0;
} */


.pcText{
	height:200px;
	text-align: center;
	font-size: 30px;
	padding-top: 100px;
	margin-bottom: 100px;
}
.playerText{
	text-align: center;
	height:auto;
	padding-top: 50px;
	padding-bottom: 50px;
	/* line-height: 100px; */
	font-size: 15px;
	border:solid white;
	border-radius: 10px;
	cursor:pointer;
}

.name{
	position: fixed;
	bottom: 0px;
	right: 0;
	color: white;

}