.title-section {
    background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
    margin-top: 0.5rem;
    padding: 0.3rem;
    color: #EFDCAB;
    text-align: center;
    position: relative;
}

h1 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0; /* Remove bottom margin */
    margin-top: 0; /* Remove top margin */
    line-height: 1; /* Tighten line height */
}

h2 {
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
}