html {
  scrollbar-gutter: stable;
}
body {
  margin: 0;
}
.bootstrap {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
