@font-face {
	font-family: Lexend;
	src: url(../fonts/Lexend-VariableFont_wght.ttf);
	font-weight: 300;
}

body {
	height: 100vh;
	margin: 0;
	font-family: 'Lexend', sans-serif;
}

a {
	text-decoration: none;
	color: rgba(255, 0, 0, 1.0);
}

#videoBackground {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;  
}

