.footer {
  display: flex;
  width: 100%;
  background-color: #002a39;
  align-items: center;
  min-height: 40px;
  color: white;
  position: fixed;
  bottom: 0;

  .footer-left {
    display: flex;
    column-gap: 20px;
    padding-left: 20px;

    .external-link {
      color: white !important;
      text-decoration: none;
    }
  }

  .footer-right {
    margin-left: auto;
    padding-right: 50px;
  }
}
