footer {
    background-color: var(--bhs-blue);
    height: 40px;
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

footer p {
    font-family: 'Red Hat Text', Verdana, Geneva, Tahoma, sans-serif;
    font-size: .8em;
    margin: 0;

    color: rgb(215, 215, 215);
}
footer a {
    color: rgb(215, 215, 215);
    text-decoration: underline;
}