#overlay {
	position: absolute;
	font-size: 16px;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0,0,0,0.7);
}

	#overlay button {
		background: transparent;
		border: 0;
		border: 1px solid rgb(255, 255, 255);
		border-radius: 4px;
		color: #ffffff;
		padding: 12px 18px;
		text-transform: uppercase;
		cursor: pointer;
	}

@font-face {
  font-family: 'Titan';
  font-style: normal;
  font-weight: normal;
  src: local('Titan'), url('https://goldgames.io/static/fonts/Titan.woff') format('truetype');
}
body {
  font-family: 'Titan', serif;
  font-size: 48px;
  color: #ff6611;
  
}

p {text-align: center;  }

a:link {
  color: #ff6611;
}
a:visited {
  color: #ff6611;
}
a:hover {
  color: #ffffff;
}
:active {
  color: #ffffff;
}

    canvas { width: 100%; height: 100% }
