/* Style Sheet by Christopher Smith */
html {
    overflow-y: scroll;
}
body {
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	text-align: center;
	padding: 0px;
	text-decoration: none;
	}
	
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
main {
	background-color: #ffffff;
	width: 50%;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 10px;
	padding-bottom: 50px;
	float: center;
	text-align: justify;
	}
	
body {
	overflow-y: hidden; /* Hide vertical scrollbar */
	overflow-x: hidden; /* Hide horizontal scrollbar */
}
/* ----------------------------- */
/* Style Sheet by Christopher Smith */