﻿.section-error {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    background-color: #f4f4f4;
}

    .section-error h1 {
        color: #e74c3c;
    }

    .section-error p {
        font-size: 18px;
        margin: 20px 0;
    }

    .section-error .error-icon {
        color: #e74c3c;
        font-size: 60px;
    }

    .section-error .btn-container {
        margin-top: 20px;
    }

    .section-error .btn {
        background-color: #e74c3c;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }
