body {
    margin: 0;
    background-color: #000000;
}

#overlay {
	position: absolute;
	font-size: 2em;
	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: 1em 1em;
		text-transform: uppercase;
		cursor: pointer;
        width: 15%
	}


/*# sourceMappingURL=main.css.map*/