.page-header h2,
.page-header h1 {
    text-align: center;
}

/* Target the main footer area */
footer.footer {
    background-color: #ffffff !important;
    background-image: none !important;
    color: #000000 !important;
    
    /* Centering and Sizing */
    text-align: center !important; 
    font-size: 1.2rem !important; /* Makes text larger (default is usually 1rem) */
    padding: 2rem 0 !important;   /* Adds some breathing room top and bottom */
}

/* Ensure all internal elements follow the alignment and size */
footer.footer .container,
footer.footer .mod-custom,
footer.footer address {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Ensure links inherit the black color and larger size */
footer.footer a {
    color: #000000 !important;
    font-size: 1.2rem !important;
}