html {
    scroll-behavior: smooth;
  }

  html,
  a {
    color: inherit;
    text-decoration: none;
  }

  * {
    box-sizing: border-box;
  }

  nav.user.navbar.navbar-default.expand {
    display: none !important;
  }

  #user-header {
    display: none !important;
  }

  strong {
    text-decoration: underline;
    text-decoration-color: #ef4444;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }

  [id] {
    scroll-margin-top: 100px;
  }

  body.free,body.basic  {
    padding-left: 0;
    padding-right: 0;
  }