.report-title {
    background-color: #333;
    color: white;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    text-transform: uppercase; /* Optional: adds to the gallery aesthetic */
    letter-spacing: 1px;
}