body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.poweredbysnap-logo {
  width: auto; /* Set the width to auto or a specific value */
  position: fixed; /* Use fixed positioning to place it relative to the viewport */
  bottom: 50px; /* Adjust the distance from the bottom of the window */
  right: 65px; /* Adjust the distance from the right of the window */
  display: flex;
  align-items: center;
  justify-content: center;
}

.poweredbysnap-logo > img {
  width: 200px;
}
