.footer {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 76px;
    margin-top: auto;
}

.footer nav a {
    color: inherit !important;
    padding-inline-end: 24px;
    text-decoration: none !important;
}

.footer nav>ul {
    display: flex;
    list-style: none;
    padding-inline-start: 0;
}

.footerSection1 {
    flex: 35%;
}

.footerSection2 {
    flex: 30%;
    font-size: 0.7em;
    text-align: center;
}

.footerSection3 {
    flex: 35%;
    text-align: right;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}