html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  height: 100%;
}

.main-container {
  margin-bottom: 3rem;
}

.first-row {
  margin-bottom: 3.5rem;
}

hr {
  display: inline-block;
  width: 6rem !important;
  height: 0.125rem;
  border: none;
  background-color: var(--bs-secondary);
  opacity: 1;
}

.leverage {
  color: var(--bs-secondary);
}

footer {
  margin-top: auto;
}

@media (max-width: 991px) {
  .first-row {
    margin-bottom: 2rem;
  }
  hr {
    margin-left: 0.85rem;
  }
  .mobile-column {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  html {
    height: auto;
    margin: 0;
  }
  body {
    height: auto;
  }
  main {
    height: auto;
  }
}
