@font-face {
  font-family: 'ascii_small_simple';
  src: url('ascii_small_simple.ttf');
}

@font-face {
  font-family:'Jacquarda Bastarda 9';
  src: url('JacquardaBastarda9-Regular.ttf');
}

html, body {
	margin:0;
	padding:0;
	overflow: hidden;
	background-color: #18515a;
}

.title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family:'Jacquarda Bastarda 9';
	font-size:250%;
	color:#ffffff;
}

.play li {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 220%);
	margin:0;
	padding:0;
	text-align: center;
	list-style-type: none;
	font-family:'ascii_small_simple';
}

a {
	color:#ffffff;
}

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}


