/*font-family: 'Xanh Mono', monospace;*/

body {
	margin: 0;
	background-color: black;
}

a {
	color: white;
	font-family: 'Xanh Mono', monospace;
	font-size: 25pt;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

#start {
  	display: flex;
  	justify-content: center;
  	margin: auto;
}