* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
}

body {
  background: radial-gradient(circle at 50% 30%, #fff4e0 0%, #f3d9a4 45%, #e8b45a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.stage {
  position: relative;
  width: min(90vw, 720px);
  aspect-ratio: 2064 / 1376;
  user-select: none;
}

.base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pupil {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}

.pupil--left {
  left: 41.5213%;
  top: 38.2267%;
  width: 6.5407%;
  height: 8.7209%;
  transform: translate(-50%, -50%);
}

.pupil--right {
  left: 58.7209%;
  top: 38.0087%;
  width: 6.5891%;
  height: 9.157%;
  transform: translate(-50%, -50%);
}
