a
{
    text-decoration: none;
}
footer
{
    background-color: #000;
    color:#fff;
    padding: 3%;
    position: relative;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
footer a
{
    color:#fff;
}
@media screen and (max-width: 800px) {
    footer
    {
        font-size: 14px;
    }
}
