.footer {
    background-color: #0C2340 !important; /* St. Louis Cardinals Blue */
    color: #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px; /* Reduced font size (default is usually 16px) */
    position: fixed; /* Fix footer to bottom */
    bottom: 0; /* Align to bottom of viewport */
    width: 100%; /* Full width */
    box-sizing: border-box; /* Ensure padding doesn't affect width */
}

.footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 2px 0;
    padding: 0;
}

.footer p {
    margin: 2px 0;
    font-size: 9px;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}
