:root {--v-primary: 220 148 235; --v-secondary: 148 65 181; --v-background: 179 61 242; }

.v-body { background-image: url('https://valei.s3.eu-north-1.amazonaws.com/book/1612/background?250526161300'); }

.h1 {
color:red;
}.v-hero-text {
background-image: linear-gradient(to bottom right, transparent 15%, #9058A3);
}
.v-card, .v-section-contact, .v-section-reviews {
background-image: linear-gradient(to right, #9058A3, transparent 95%);
}
.v-main {
background-image: linear-gradient(177deg,#9058A3,#9058A3 30rem);
}
.v-section-alert {
background-color: #9058A3;
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: black;
}

.v-card-disabled {
    display: none;
}

