body {
    background-color: #333;
    color: white;
}

.chat-header {
    background-color: #111 !important;
}

.chat-layout {
    border-radius: 0.25rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.cms-content-area {
    padding-top: 1rem;
}

.image-collection {
    margin-top: 3rem;
}

.image-collection img {
    width: 100%;
    filter: grayscale(100%) blur(0.5px);
}

.time-table {
    margin-top: 1rem;
}

.form-text {
    color: white;
}