
dy {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #0e0f14;
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

video {
  background: #000;
}

