/*
 Theme Name:   Divi-child
 Theme URI:
 Description:
 Author:       real5 Digital
 Author URI:
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

#error-page-404 {
  padding: 100px 0;
}

#error-page-404 h1{
  text-align:center;
  color:#000;
  font-weight:600;
  font-size:42px;
}

#error-page-404 h2{
  text-align:center;
  font-size:32px;
  font-weight:400;
  padding-bottom:50px;

}

#error-page-404 p{
  text-align:center;
  font-size:18px;
}
