main {
  display: flex;
  justify-content: center;
  overflow:auto;
}

.container {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: left;
  height: 100vh;
  margin: 0 auto;
}

.container-div {
  display: flex;
  padding: 0 24px 16px 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #fff;
  position: relative;
}

.container-info {
  width: 100%;
  margin: 0 auto;
}

.container-info h1 {
  color: var(--Color-Cool-Gray-900, #262c37);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.48px;
  padding-top: 96px;
}

.container-info p {
  margin-top: 48px;
  color: var(--Color-Cool-Gray-500, #909399);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.container-info .point {
  color: var(--Color-Green-500, #03c44c);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.next-button {
  display: flex;
  width: 100%;
  height: 48px;
  padding: var(--Spacing-04, 12px) var(--Spacing-07, 32px);
  justify-content: center;
  align-items: center;
  gap: 24px;
  border: none;
  border-radius: var(--Border_Radius-01, 2px);
  background: var(--Color-Green-500, #03c44c);
  color: var(--Color-Cool-Gray-50, #fdfdfd);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 180px;
}
