﻿footer {
    min-height: 7vh;
    height: 7vh;
    padding: 1rem;
    border-top: 1px solid;
    border-color: black;
    justify-content: center;
    background-color: #1D4160
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}
