﻿html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
}

.main-content {
    padding-bottom: 75px;
}

#app-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.footer-link {
    color: var(--secondary-color);
}