html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
}

.stage {
  position: relative;
  width: 888px;
  height: 565px;
  background-color: #ffffff;
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh;
}

.logo {
  position: absolute;
  width: 235px;
  height: 126px;
  background-color: #cccccc;
  left: 329px;
  top: 206px;
  will-change: transform;
}
