body {
	margin: 0;
	display: flex;
	justify-content: flex-start;
	font-family: 'Montserrat'; 
}

video {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	/* -webkit-filter:sepia(100%); */
}
main {
	width: 400;
	background: rgba(255,255,255,0.7);
	color: #666;
	padding: 20px;
	margin:5%;
}