
  html {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100%;
    background: #0b132b !important;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100%;
    overflow-x: hidden !important;
    background: #0b132b !important;
  }

  .copyright {
    margin-bottom: 0 !important;
    padding-bottom: 1.5rem !important;
  }


  body > .back-to-top {
    position: fixed !important;
  }

  body > *:last-child {
    margin-bottom: 0 !important;
  }

  body::after {
    content: none !important;
    display: none !important;
  }
