@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	height: 100%;
	display: flex;
	justify-content: center;
}

h1 {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-family: 'UnifrakturMaguntia', cursive;
	font-size: 10vw;
	font-weight: normal;
	text-shadow: 0 0 50px #f00;
	margin: 0;
	z-index: 3;
	white-space: nowrap;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	z-index: 3;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}