/* Add custom CSS styles below */ 
a.block {
    display: inline-block; /* Ensures the link behaves like a block */
    min-width: 48px;       /* Minimum width for touch target */
    min-height: 48px;      /* Minimum height for touch target */
    padding: 10px 15px;    /* Additional padding for better touch experience */
    margin-bottom: 10px;   /* Spacing between links */
    line-height: 1.5;      /* Ensure proper text readability */
}

a.block:last-child {
    margin-bottom: 0;      /* Avoid unnecessary margin on the last item */
}

h6.text-4xl.font-bold {
    font-size: 2rem; /* Match the size of an <h2> */
    font-weight: bold; /* Retain the bold style */
    color: #004956; /* Retain the original color */
}
Sub-footer {
 background-color: #348C7
 }