/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
}

section {
  min-height: 100vh;
  background-color: #f0f0f0;
  display: grid;
  place-items: center;
}
section:nth-of-type(odd) {
  background: #1c1c1c;
  color: #fff;
} */

/* h2 {
  font-size: 2rem;
  width: 50%;
  margin: 0 auto;
  text-transform: capitalize;
  text-align: center;
} */

/* Add more styles for different animations if needed */

/* .word {
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  transform-origin: bottom;
} */