/* /assets/site.css */

html, body {
  height: 100%;
  margin: 0;
}

body {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.bg-020202 {
  background: #020202;
}

/* supports either class="portal" or id="portal" */
img#portal,
img.portal {
  display: block;
  width: min(100vw, 177.7778vh);
  height: auto;
  border: 0;
}




