﻿* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Bebas Neue';
	font-size: 17px;
	background: rgb(6, 6, 6);
}
  
#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%; 
	height: 100%;
	z-index: 0;
}

.name {
	position: fixed;
	top: 0;
	z-index: 1;
	color: rgb(187, 122, 69);
	font-size: 1000%;
}

.instagram_Handle {
	position: fixed;
	bottom: 0;
	width: 100%;
  	padding: 20px;
	margin-left: 48.5%;
	z-index: 1;
} 