:root{--page-title-display:none;}/* Start custom CSS */body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
}
body::-webkit-scrollbar {
width: 10px;
}

body::-webkit-scrollbar-track {
background: #202020;
}

body::-webkit-scrollbar-thumb {
background-color: #F7F7F7;

border-radius: 10px;

border: 2px solid #202020;

}/* End custom CSS */