body { overflow-x: hidden; } .menu-item[aria-current="page"] { color: var(--primary-color); font-weight: 800; border-bottom: 3px double black; }   ::-webkit-scrollbar { width: 15px;  }  ::-webkit-scrollbar-track { background: #222222;  border-radius: 10px;  }  ::-webkit-scrollbar-thumb { background-image: linear-gradient(180deg, #25e500 0%, #24de00 100%);  }  ::-webkit-scrollbar-thumb:hover { background-image: linear-gradient(180deg, #25e500 0%, #22a709 100%);  }