body {
    background-color: #f8f9fa;
}

.summary-icon {
    font-size: 48px;
    color: #eb5e28;
}

.email-icon {
    font-size: 48px;
    color: #eb5e28;
}

.custom-orange {
    background-color: #eb5e28;
    color: white;
    border: none;
}

.custom-orange:hover {
    background-color: #da5826;
    color: white;
}

.card-header-orange {
    background-color: #eb5e28;
    color: white;
}

