.website .descriptionWebsite_animate a {
        color:#ffc247;
    }

.website .boxWebsite_animate .previewWebsite {
        z-index:1;
        transform: translate(-50%, -50%) translateZ(-10px)scale(0.9);
        animation: moveback 1s ease-in-out ;
    }
.website .boxWebsite_animate .descriptionWebsite {
        z-index:3;
        transform: translate(-50%, -50%) translateZ(10px)scale(1.1);
        animation: movefront 1s ease-in-out ;
    }
.website .boxWebsite_animate .descriptionWebsite p {
        color: #3d3e3e;
        text-shadow: none;
        animation: blur_text 1s ease-in-out ;
    }
.website .boxWebsite_animate .descriptionWebsite h6 {
        color: #3d3e3e;
        text-shadow: none;
        animation: blur_text 1s ease-in-out ;
    }
.website .boxWebsite_animate .descriptionWebsite a {
        color: #3d3e3e;
        text-shadow: none;
        animation: blur_text 1s ease-in-out ;
    }

    @media (max-width: 575.98px) {

        .website .descriptionWebsite {
            min-width: fit-content;
            min-height: auto;
            transform: translate(-50%, -50%) translateZ(-10px)scale(0.8);
        }
        .website .boxWebsite_animate .descriptionWebsite {
            transform: translate(-50%, -50%) translateZ(10px)scale(0.9);
        }

}
