/*
 Theme Name:   Kim Anh theme
 Template:     hello-elementor
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme of Hello Elementor
 Author:       Diem Bui
 Version:      1.0
*/

@import url("../hello-elementor/style.css");
body{
	background: linear-gradient(135deg, #fff8dc 0%, #f5e6d3 50%, #d2b48c 100%);
    line-height: 1.6;
    overflow-x: hidden;
}