/* Set title to scale to max width of 100% */
.title.logo__title {
      width: 100%;
      font-size: clamp(1rem, 4vw, 2rem);
      text-align: center;
      margin: 0;
      padding: 0.5rem 0;
    }
