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