.footer {
    position: fixed;
    left: 200px;
    bottom: 0;
    height: 220px;
    width: calc(100% - 200px);
    background-color: grey;
    color: white;
    text-align: center;
}