body {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  background: #121212;
  color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.ns-wrap {
  text-align: center;
  padding: 40px;
}
img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
}
