/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2023 | 21:00:27 */
section.area-404{
    padding-top: 60px;
    padding-bottom: 60px;
}
.area-404 h1{
    color: #000;
    margin-bottom: 20px;
}
.area-404 .content{
    text-align: center;
}
.area-404 a{
    background: black;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid black;
}
.area-404 a:hover{
    background: #fff ;
    color: black;
}