        [theme-color="light"] .post-content p {
            color: black;
        }


        .post-content p {
            color: white;
        }






/*  .p-404-header */

        .p-404-header {
            padding-top: 50px;
            text-align: center;
        
        }



        [theme-color="light"]  .p-404-header button {
            all:unset;
            background-color: #dc3545;
            padding: 10px;
            border-radius: 50px;
            transition: 1s;
        }

        [theme-color="light"] .p-404-header button:hover {
            background-color: #e6717d;
            box-shadow: 0 0 10px 10px rgb(90, 233, 238);

        }

        [theme-color="light"]  .p-404-header button a {
            color: white;
        }

        .p-404-header button {
            all:unset;
            background-color: #dc3545;
            padding: 10px;
            border-radius: 50px;
            transition: 1s;
        }

        .p-404-header button:hover {
            background-color: #e6717d;
            box-shadow: 0 0 10px 10px rgb(213, 236, 236);

        }

        .p-404-header button a {
            color: rgb(51, 38, 38);
        }

