footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    margin-top: 70px;
    margin-bottom: 0px;
    padding-bottom: 70px;
    width: 100%;
    background-color: black;
    color: lightgray;
    text-align: center;
}

footer p {
    font-size: clamp(8px, 0.65rem + 0.5vw, 14px);
}

footer a {
    font-size: clamp(8px, 0.65rem + 0.5vw, 14px);
    color: rgb(230, 120, 200);
}

footer a:visited {
    color: rgb(230, 120, 200);
}

footer a:hover {
    color: #ddd;
}