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

.phone-screen canvas {
  z-index: 1;
  pointer-events: none;
}

.phone-play[hidden] {
  display: none !important;
}

.phone-play:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 6px;
}
