/* .navbar-right .navbar-active {
    color: rgba(253, 179, 126, 0.95);
    text-decoration: underline;
} */

html {
    scroll-behavior: smooth;
  }

  /* width */
::-webkit-scrollbar {
    width: 1em;
}

/* Track */
::-webkit-scrollbar-track {
    border-left: 2px solid #4b2d0d; 
} 

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8B4513; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #663808; 
}