html,
body {
  height: 100%;
  width: 100%;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.responsive {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.aspect-ratio {
  /* 800 by 600 */
  padding-bottom: 75%;
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(16px);
  transform: scale(1.4);
  background-image: url("Build/deploy.jpg");
  background-position: center;
  background-size: cover;
}

#unityContainer {
  border-radius: 16px;
  overflow: hidden;

  /* This is equal to mdc-elevation--z24 from MDC web */
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid red;
}

#versionString {
  bottom: 16px;
  right: 16px;
}

.hint {
  bottom: 16px;
  left: 16px;
}

.footer {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  font-family: "Inconsolata", "Courier New", Courier, monospace;
  font-size: 14;
}
