        body {
            background: #f8f9fa;
        }

        .hero {
            background: linear-gradient(90deg, #0d6efd22, #6f42c122);
        }

        .card-small {
            box-shadow: 0 6px 18px rgba(16, 24, 40, .05);
        }

        #footer {
            background: linear-gradient(90deg, #0d6efd22, #6f42c122);
            color: #272727;
        }

        #footer a {
            color: #464646;
            text-decoration: none;
        }

        #footer a:hover {
            color: #757575;
            text-decoration: underline;
        }