
body {
    flex-direction: column !important;
    display: flex !important;
}

textarea::placeholder {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
