*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.home{
	height: 100vh;
	position: relative;
	background: url(../img/cat.gif) no-repeat center;
	background-size: cover;
}
video{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-color: rgba(10, 10, 32, 0.85);
}
.content{
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	min-height: 100%;
	justify-content: center;
	color: #c1c1d1;
	z-index: 3;
}
.content p{
	font-family: monospace;
	font-size: x-small;
}
