/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/your-repo/hello-elementor-child/
Description: Hello Elementor Child is a child theme of Hello Elementor.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #1F50AD;
    border-radius: 5px;
}