.footer {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    display: block;
    background-color: #101820;
    z-index: 0;
    display: table-row;
  }

  .foter {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: white;
    text-align: left;
  }

  html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
  }