
html {
  position: relative;
  min-height: 100%;

  }

footer {
    min-height: 80px;
    position:fixed;
    bottom: 0;
    width: 100%;
}

.main-page {
  margin-left: 30px;
}