            @import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,600,700,800,900&display=swap");

            * {
                font-family: "Maven Pro", sans-serif;
            }

            .container-edit {
                min-height: 100vh;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                background-attachment: fixed;
                background-position: center;
                background-size: cover;
                position: relative;
            }

            .container-edit::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(47, 18, 214, 0.233);
            }

            .card-red {
                background-color: rgba(255, 255, 255, 0.411);
                backdrop-filter: blur(10px);
            }

@media screen and (max-width: 600px){
    .k-box{
        flex-direction: column;
        gap: 1rem;
    }
}