
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #111;
  display: flex;
  justify-content: center;
}
.main-wrapper {
  width: 100%;
  max-width: 1080px;
  background: #000;
}
.page-img {
  width: 100%;
  height: auto;
  display: block;
}
