.error-page .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.error-page .button:hover {
    background-color: #0056b3;
}



.error-bx .page-content a.button:hover {
    background-color: #0056b3; /* Color más oscuro en hover */
}
