.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.footer {
  bottom: 0;
  position: fixed;
 width: 100%;
 height: 205px;
}
