/**
 * Custom CSS for Hello Elementor Child Theme
 *
 * Add your custom styles here.
 * This file is enqueued with dynamic versioning based on file modification time.
 */

body {
	word-wrap: break-word;
	text-rendering: optimizeLegibility;

	display: flex;
	flex-direction: column;

	min-height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
}

footer {
	margin-top: auto;
}
