:root {--v-primary: 141 153 151; --v-secondary: 58 59 59; }

.v-body { background-image: url('https://valei.s3.eu-north-1.amazonaws.com/book/1775/background?230516100300'); }

.h1 {
color:red;
}.v-hero-text {
background-image: linear-gradient(to bottom right, transparent 15%, #8d9997);
}
.v-card, .v-section-contact, .v-section-reviews {
background-image: linear-gradient(to right, #8d9997, transparent 95%);
}
.v-main {
background-image: linear-gradient(177deg,#8d9997,#8d9997 30rem);
}
.v-section-alert {
background-color: #8d9997a;
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: black;
}

.v-card-disabled {
    display: none;
}
