body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica";
	font-optical-sizing: auto;
	color: white;
}

.flexCont {
    display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 500px;
	border: solid 1px;
	z-index: 10;
	padding: 0;
	text-shadow: 2px 2px 4px #000000;
}

.varTp {
	margin: auto;
	text-align: center;
	border-bottom-style: solid;
	border-width: 1px;
	
}

.var {
	margin: auto;
	text-align: center;
	font-style: italic;
}

.varBtm {
	margin: auto;
	text-align: center;
	justify-content: flex-end;
}

.learnBox {
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	margin: auto;
	text-align: center;
	padding: 5px;
}
.vidCont {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content:center;
	align-items:center;
	overflow: hidden;
	padding: 0;
	
}
.vidCont video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	object-fit: cover;
	padding: 0;
}
.ct {
	position: relative;
	z-index: 2;
}

.vidAuth {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 5px;
	z-index: 1;
}
a {
	color: white;
}

