html {
  height: 100%;
  user-select: none;
  font-family: sans-serif;
  background-color: #000000;
}

body {
  margin: 0;
  align-content: center;
  height: 100%;
  width: 100%;
}

/* #container {
  margin: auto;
  max-height: 75%;
  width: min-content;
}

b {
  display: block;
  font-size: 1.5rem;
  text-wrap: none;
  width: max-content;
}

video {
  display: block;
  max-height: 100%;
  max-width: 100%;
} */

video {
	display: block;
	margin: auto;
	max-height: 50%;
	max-width: 50%;
	object-fit: contain;
}
