body {
    background-color: #ffffdf;
}

input[type="radio"] {
            accent-color: #78091e;
        }
h4, h6, h5 {
    font-family: Times, Times New Roman, serif;
    font-weight: bold;
    color: #ffffff;
}

p {
    color: #ffffff;
}

form {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 15px;
}

.btn-primary {
    background-color: #78091e;
    border-color: #78091e;
}

.btn-primary:hover {
    background-color: #56070e;
    border-color: #56070e;
}

/* header Styling */
header.header {
    background-color: #78091e;
    padding: 20px;
    color: white;
}

header.header h4, header.header h5, header.header h6 {
    margin: 0;
}

header.header img {
    max-width: 120px;
}


/* footer Styling */
footer.footer {
    background-color: #78091e;
    padding: 20px;
    color: white;
}

footer.footer h4, footer.footer h5, footer.footer h6 {
    margin: 0;
}

footer.footer img {
    max-width: 80px;
}

.modal-content {
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background-color: #78091e;
    color: white;
}

.modal-title {
    font-weight: bold;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered td {
    padding: 10px;
    vertical-align: middle;
}

.table-bordered td:first-child {
    font-weight: bold;
    width: 35%;
    background-color: #f7f7f7;
}

.table-bordered td:last-child {
    color: #333;
}


