.new-page {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #060606;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.frame-1 {
  width: 100%;
  height: 100%;
  max-width: 1032px;
  object-fit: scale-down;
}

.body {
  height: 100vh;
  background-color: #000;
  overflow: hidden;
}


