:root {--v-primary: 14 71 39; --v-secondary: 0 0 0; --v-background: 14 71 39; }

.h1 {
color:red;
}.v-hero-text {
background-image: linear-gradient(to bottom right, transparent 15%, #d48ce8);
}
.v-card, .v-section-contact, .v-section-reviews {
background-image: linear-gradient(to right, #d48ce8, transparent 95%);
}
.v-main {
background-image: linear-gradient(177deg,#d48ce8,#d48ce8 30rem);
}
.v-section-alert {
background-color: #d48ce8a;
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: black;
}
.v-header{
    background-color: #0e4727;
    color: white;
}