html {
	height: fit-content;
}

body {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	display: inline-block;
	background-color: black;
	height: fit-content;
	width: 100vw;
}

p {
	font-style: italic;
	color: snow;
	text-shadow: 1px 1px 2px brown;
	position: fixed;
	top: 20px;
	left: 35px;
	max-width: 50vw;
}

video {
/*  position: fixed;*/
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

span {
	margin-right: .1em;
	font-size: .85em;
	font-family: "Helvetica", serif;
}

a {
	color: blue;
}



#footer-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

#footer-content {
  padding-left: 35px;
  padding-bottom: 3vh;
}
