/*
Theme Name: Donovan & Ho
Author: Techmind Softwares
Author URI: https://techmind.co.in/
Version: 1.0
Text Domain: Donovan & Ho
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* error page design  */

.error_template {
    width: 900px!important;
    max-width: 100%!important;
    padding: 100px 15px;
    box-shadow: 0px 0px 33px rgb(0 0 0 / 6%);
    margin: 60px auto;
}

.error_template h1 {
    font-size: 100px;
    margin: 0;
}

.error_template h3 {
    font-size: 28px;
    margin: 0;
}

.error_template p {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0;
}

.error_template p a {
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none!important;
}