/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

html,body,img,div,h1,h2,h3,h4,h5,p,a{
	padding: 0;
	margin: 0;
}

html{
	height: 100%;
	width: 100%;
	
}

body{
	height: 100%;
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-family: "Josefin Sans", serif;
}

.video-bg{
	height: auto;
	max-width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.body{
	height: 100vh;
	width: 100vw;
	background: rgba(00,00,00,0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.logo{
	margin: 25px auto;
	height: 30%;
}

h2{
	font-size: 3em;
}

h4{
	font-size: 2em;
}

h1{
	font-family: "Anton", serif;
	font-size: 5em;
	text-transform: uppercase;
	letter-spacing: 6px;
}

a{
	color: #ce2025;
}