/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

/* Custom CSS */
body {
    background-color: #f0f8ff; /* Warna background */
}

h1 {
    color: #333; /* Warna judul */
}

.custom-class {
    font-size: 18px;
    color: red;
}