﻿:root {
    --TextHue: white;
}

footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: default;
    color: var(--TextHue);
}

    footer .Group {
        text-align: center;
    }

    footer .Link {
        cursor: pointer;
    }

        footer .Link:hover {
            text-decoration: underline;
        }
