html {
  scroll-behavior: smooth;
}
body {
  display: flex;
  background-color: black;
  flex-direction: column;
text-align:center;
}

body iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#cb {
  margin-bottom: 10vh;
}

.scrollInvisible::-webkit-scrollbar {
  width: 12px; /* Adjust the width as needed */
  background-color: black;
}

.scrollInvisible::-webkit-scrollbar-thumb {
  background-color:#111111;
}
