/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


.container404 {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
}

.title404 {
    font-size: 150px;
    font-weight: 900;
    margin-bottom: 20px;
    user-select: none; /* Standard */
}

.titleh3 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    color: #9d9191;
    user-select: none; /* Standard */

}

.button404 {
    padding: 15px 30px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: white !important;
    font-size: 20px !important;
    border: 0 !important;
    border-radius: 25px !important;
    cursor: pointer !important;
}
