.site-container {
    position: relative;
    min-height: 100vh;
    padding-bottom: 50px;
  }

  .site-footer {
    background: none;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }