/* footer */
    footer {
      background-color: var(--color-black);
      color: var(--color-white);
      display: flex;
      flex-direction: column;
      padding: 2rem;
      gap: 2rem;
    }

    .footer-main {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .link-menu .menu-head {
      color: var(--color-primary);
      margin-bottom: 1rem;
      letter-spacing: 1px;
    }

    .link-menu .in-links {
      display: flex;
      flex-direction: column;
      /* gap: 1rem; */
    }

    .link-menu .in-links a {
      letter-spacing: 1px;
      color: var(--color-white);
      text-decoration: none;
      position: relative;
      padding: .5rem;
    }
    .link-menu .in-links a:hover{
      left: 3px;
    }

    .rights {
      display: flex;
      justify-content: space-between;
      font-size: 1rem;
      text-align: center;
      background: rgb(20, 20, 20);
      padding: 1rem;
      border: 1px solid white;
    }

    .footer-logos {
      display: flex;
      gap: 2rem;
    }

    .footer-logos img {
      width: 70px;
      height: 70px;
    }
#group-logo{
  width: 90px;
}
    .logo-container,
    .logo-container header {
      display: flex;
      flex-direction: column;
      gap: 2rem;
    }

    .logo-container .rms-name {
      font-size: 3rem;
    }