html, body {
  margin: 0;
  padding: 0;
  width: 3440px;
  height: 1440px;
  background: #1A1B1E;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.scene {
  width: 3440px;
  height: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 240px;
  box-sizing: border-box;
}

.line {
  font-size: 140px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #E1E3E6;
  text-align: center;
  margin: 0;
  max-width: 100%;
}
