.v-footer {
  background: rgb(var(--v-theme-containerbg));
  padding: 24px 16px 0px;
  margin-top: auto;
  margin-bottom: -10px;
  position: unset;
  a {
    text-decoration: unset;
    &:hover {
      text-decoration: underline;
    }
  }
}

@media (max-width: 560px) {
  .footer {
    text-align: center;
    .v-col-6 {
      flex: 0 0 100%;
      max-width: 100%;
      &.text-end {
        text-align: center !important;
      }
    }
  }
}
