.v-body { background-image: url('https://valei.s3.eu-north-1.amazonaws.com/book/268/background?240412114600'); }

.v-confirm_buttons a {
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    color: rgb(var(--v-primary)/var(--tw-text-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(var(--v-primary)/var(--tw-border-opacity));
    border-radius: 0.375rem;
    border-width: 1px;
    font-weight: 600;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    padding: 0.75rem 2rem;
    text-align: center;
}

.dark .v-confirm_buttons a {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity));
}

@media (max-width: 639px) {
    .v-confirm_buttons a {
       width: 100%;   
    }
}