/*
 * Theme Name:  Hello Elementor
 * Theme URI:   https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 * Description: Hello Elementor Child Theme
 * Author:      Elementor Team
 * Author URI:  https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
 * Template:    hello-elementor
 * Version:     1.0.0
 */

body.page-id-849 {
    background-color: #111;
}
.page-id-849 .page-header,
.page-id-849 .elementor-location-header,
.page-id-849 .elementor-location-footer {
    display: none;
}
.page-id-849 .page-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}