* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  min-width: 100vw;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  background: rgba(241,233,255,1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.v3_2 {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(241,233,255,1);
  overflow: hidden;
  gap: 2rem;
  text-align: center;
}

.v3_19,
.v3_20 {
  color: #330072;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  word-wrap: break-word;
  display: block;
  font-weight: 900;
}

.v3_20 {
  color: rgba(157,95,255,1);
  margin-top: 1rem;
}

.v3_21 {
  width: 68px;
  height: 68px;
  background: rgba(157,95,255,1);
  border-radius: 50%;
  margin: 2rem auto;
  display: block;
}

@media (max-width: 600px) {
  .v3_19,
  .v3_20 {
    font-size: 1.5rem;
    max-width: 90vw;
  }
  .v3_21 {
    width: 40px;
    height: 40px;
    margin: 1rem auto;
  }
  .v3_2 {
    gap: 1rem;
  }
}

/* Remove unused centering from .v10_3 and .v10_4 */
.v10_3,
.v10_4 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  margin: 0;
  overflow: hidden;
}