html, body {
  padding: 1px;
  margin: 0;
  background-color: #000;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.logo {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 2;
}
.logo svg {
  margin: auto;
  width: 50%;
  height: auto;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.75));
}

.posters {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.posters canvas {
  margin: auto;
  width: 100% !important;
  height: auto !important;
}