/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Your custom styles below */
body {
    font-family: system-ui, -apple-system, sans-serif;
}

.page-content p {
    font-weight:100;
    color:#00FF00;
    font-size:5rem;
    text-transform: uppercase;
}

p::after {content:' hello';
}