

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

html, body {
  height: 100%;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 150%;
  line-height: 1.4;
}
body {
  margin: 0;
}

.viewport-header {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: url("Images/videooverlay.png");
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 1);
}

h1 {
  font-family: 'Syncopate', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1vw;
  line-height: 1.2;
  font-size: 4vw;
  text-align: center;
}

h3 {
  font-family: 'Syncopate', sans-serif;
  color: #fff;
  letter-spacing: 0.3vw;
  line-height: 1.2;
  font-size: 2.6vw;
  text-align: center;
}
h4 {
  font-family: 'Syncopate', sans-serif;
  color: #fff;
  letter-spacing: 0.1vw;
  line-height: 1.2;
  font-size: 1.2vw;
  text-align: center;
}

.link-button {
	color: #fff;
	text-decoration: none;
	background-color: #178e2a;
	padding: 1vw;
	border-radius: 0.2vw;
	letter-spacing: 0.1vw;
	font-size: 1.5vw;
	text-shadow: none;
	-webkit-box-shadow: inset 4px 3px 12px 0px rgba(75,255,11,0.60), inset -3px -3px 12px 0px rgba(15,51,2,0.79); 
	box-shadow: inset 4px 3px 12px 0px rgba(75,255,11,0.60), inset -3px -3px 12px 0px rgba(15,51,2,0.79);
}
.link-button:hover {
	background-color: #0e5b1b;
}

main {
  display: block;
  width: 80vw;
  left: 10%;
  height: 40vh;
  overflow: auto;
  background: rgba(black, 0.66);
  color: white;
  position: relative;
  padding: 1rem;
}
.login-lock {
	position: absolute;
	top: 1vw;
	right: 1vw;
}