/*
Theme Name: Hello Elementor Child
Theme URI: http://example.com/hello-elementor-child
Description: A child theme of the Hello Elementor theme
Author: Vito Arh
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom styles below this line */
body {
    background-color: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
}

a {
    color: #0073aa;
}

a:hover {
    color: #005177;
}
