 html,
    body {
        margin: 0;
        padding: 0;
        min-height: 100%;
        color: black;
    }

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: -1;
        background-image: url('/assets/img/arkaplanpembe.jpeg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        filter: brightness(1.02);
    }
    p{
      box-shadow: 10px red;
    }
    @media (max-width: 768px) {
        body {}
    }