::selection {
	background-color: #000;
	color: #fff;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}

* {
	box-sizing: border-box;
	outline: none;
}

html,
body {
	
#myVideo
{
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
}

}

body {
	font-family: Helvetica, sans-serif;
	line-height: 1.2;
}
.page-comingsoon {
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
	a{color: black;}
	a?:hover {color: green;
}

}


h1, h2, p {
	padding: 0;
	margin: 0 0 1rem;
}