/* First word capitalization */
.first-word-caps::first-line {
    text-transform: capitalize;
}
.laioLogo {
  width: 10vw;      /* Sets the width to 1/10th of the viewport width */
  max-width: 70px;  /* Ensures the width never exceeds 70px */
  height: auto;     /* Maintains the aspect ratio */
}