        .footer {
            background-color: #061e55;
            color: white;
            padding: 0.25rem 0;
            text-align: center;
        }
        
        .footer p {
            font-size: 1rem;
            margin-bottom: 0.15rem;
        }
        
        .footer .credit {
            color: #9ca3af;
        }
        
        .footer .credit a {
            color: #60a5fa;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer .credit a:hover {
            color: #93c5fd;
        }
        