﻿footer {
    padding: 8px;
    background-color: lightgray;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 2.5%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.footerLinks {
    text-align: center;
}

.footerLinks ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.footerLinks li {
    display: inline;
    padding: 5px;
}

.footerLinks a {
    text-decoration: none;
    font-size: 13px;
    color: black;
}

.footerLinks a:hover {
    color: white;
}
