    footer {
      background: #0f172a;
      color: #cbd5e1;
      padding: 28px 0;
      
    }

    .footer-inner {
      /*display: flex;
      justify-content: space-between;*/
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
      text-align: center;
    }

    .footer-inner a {
      color: #fcd34d;
      text-decoration: none;
    }