footer {
    background-color: #000;
    margin-top: auto;
}

#additional {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 2rem;
    color: #0f0;
    font-size: 1rem;
    border:solid;
    border-color: #0000;
    border-width: 1rem;
}

#Cookies {
    color: #fff;
    font-size: 0.5rem;
    text-align: center;
}

#Copyright {
    color: #fff;
    font-size: 0.75rem;
    text-align:center;
    bottom:-1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
