﻿body {
}
/* Centering the card */



/*comaplaint form*/
.complaintBox {
    height: 70px;
    background-color: rgb(252, 163, 99);
    text-align: center;
    font-size: 32px;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.card {
    background-color: #E0F1FF;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 600px; /* responsive width */
    padding: 20px;
    box-sizing: border-box;
}

    /* Card body spacing */
    .card .card-body {
        display: flex;
        flex-direction: column;
        gap: 2px; /* space between fields */
    }