/*
 Theme Name:   Hello Elementor
 Description:  Hello Elementor Child Theme
 Author:       OTW Design
 Author URI:   http://xtemos.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor
*/

/* Target all elements on the page */


/* Works on Chrome, Edge, and Safari */
/* html::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000;
}

html::-webkit-scrollbar-thumb {
    background: #393812;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

html::-webkit-scrollbar-corner {
    background: #000;
} */