@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');

html, body {
    height: 100%;
  }
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .container {
    flex: 1;
  }
  footer {
    background: #212529;
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
    margin-top: auto;
  }

  .nav-link.active {
    color: #0097FF !important;
    border-radius: .25rem;
  }