/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

/* Custom CSS for the homepage div */
#custom-homepage-div {
    background-color: #f0f0f0;
    color: red;
    padding: 20px;
    text-align: center;
    font-size: 40px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
}