body { font-family: 'Roboto', sans-serif; } h1, h2, h3, h4, h5, h6, .navbar-brand, .nav-link { font-family: 'Poppins', sans-serif; } .nav-link { transition: color 0.3s ease; } .nav-link:hover, .nav-link.active { color: #0d6efd !important; } section { padding-top: 5rem; padding-bottom: 5rem; } #intro { padding-top: 8rem; } .card-img-top { aspect-ratio: 3 / 2; object-fit: cover; }