/**
Theme Name: Astra Child for Yellawt
Author: Kaushalya M.K.B.
Author URI: https://www.linkedin.com/in/buddhi-kaushalya-931a05216/
Description: Customized child theme for Yellawt, based on Astra.
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-for-yellawt
Template: astra
*/

body{
	background:#fff !important;
}
.error-404 {
    text-align: center;
    padding: 80px 0px 100px;
    background-color: #f8f8f8;
	max-width:1160px;
	margin:0 auto;
}

.error-404 .page-title {
    font-size: 2em;
    color: #333;
}

.error-404 .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 60px;
}

.error-404 .button:hover {
    background-color: #005f8d;
}

