﻿.footer {
    position: absolute;
    bottom: 0;
    height: 65px;
    width: 100%;
    white-space: nowrap;
    background-color: black;
    color: white;
}

body {
    padding-bottom: 65px;
}
