html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #000;
}

body {
  min-height: 100dvh;
}

.stage {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: #000;
}

.flipbook {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  user-select: none;
  -webkit-user-drag: none;
}

.instagram-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0.92;
  z-index: 2;
}

.instagram-link svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instagram-link .dot {
  fill: currentColor;
  stroke: none;
}

.instagram-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 8px;
}

@media (hover: hover) {
  .instagram-link:hover {
    opacity: 0.6;
  }
}
