html {
    scroll-behavior: smooth;
    
}
.custom-terminal::-webkit-scrollbar {
    display: none;
  }
.custom-terminal {
    -ms-overflow-style: none;  /* IE/Edge */
    scrollbar-width: none;     /* Firefox */
}