/* Load custom.js dynamically */ body { animation: loadjs 0.1s 1; } @keyframes loadjs { from { opacity: 0.99; } to { opacity: 1; } }