:root {--v-primary: 162 88 255; --v-secondary: 162 88 255; --v-background: 255 255 255; }

.v-header {
    background-color: #EFE9E6;
}
.v-section-alert {
    background-color: #A258FF;
    color: white;
    text-align: center;
}
.v-icon-info {
    display: none;
}
.v-header a img {
    width: 50%;
}