/*
Theme Name: Hello Elementor Child
Author: Syntex Global Ltd
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/



.main-404 {
    text-align: center;
    margin: 100px auto;
    background-color: #31A9DD;
    padding: 50px;
    color: #fff;
}

.back_home_btn a {
    border: 1px solid #fff;
    background-color: #fff;
    color: #31A9DD;
    padding: 12px 22px;
    font-size: 16px;
    border-radius: 5px;
} 


@media only screen and (max-width: 767px) {
  .main-404 {
    width: 90% !important;
  }
}
