body {
  background-color: black;
  font-family: 'Inter';
  font-size: 2rem;
  color: white;
  font-weight: 600;
  /* padding-inline: 10em; */
}

* {
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

.bodyWrapper {
  /* scroll-snap-type: y mandatory; */
  padding-inline: 20vw;
}

section {
  /* padding: 1em; */
  height: 50svh;
  scroll-snap-align: center;
  position: relative;
  align-content: center;
  opacity: 0;
  transform: scaleX(0.9);

  transition: 1s 0.1s;
}

.wrap {
  height: auto;
  padding-block: 1em;
}

.increased {
  height: 70svh;
}

.decreased {
  height: 20svh;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  border: none;
  font: inherit;
  background-color: gray;
  padding: 1em;
  padding-inline: 5em;
  border-radius: 1em;
  color: black;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 900;
  /* font-size: inherit; */
}

button:hover {
  background-color: red;
  color: inherit;
}

section:first-child {
  /* padding: 1em; */
  height: 100svh;
}

.is-inViewport {
  opacity: 1;
  transform: scaleX(1);
}

#start {
  font-size: 2em;
}

#start h1 span {
  font-size: 0.75em;
}

.me {
  --us: #f90;
  color: #f90;
}

.loml {
  --us: #0dc;
  color: #0dc;
}
.distress {
  color: color-mix(in oklch, var(--us) 60%, red);
}

.imgAdjust {
  text-align: right;
}

.imgAdjust img {
  width: 50%;
  object-fit: cover;
  aspect-ratio: 3/4;
}

.reveal {
  display: none;
}
