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: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}



main {
  background: rgba(black, 0.66);
  color: white;
  position: relative;
  padding: 1rem;
}
  




/*.container {
	width: 1050px; 
	margin: 0 auto; 
	text-align: left;
	font-size: 14px;
}*/

.divborder134 {-moz-box-shadow: 3px 3px 10px #000; -webkit-box-shadow: 3px 3px 10px #000; background-color: black; box-shadow: 3px 3px 10px #000; border:4px solid #AAA6A6; border-radius:25px; -moz-border-radius:25px;}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

td { 
	font-size: 14px;
}
	