/* style.css */ body { background-color: #f8f9fa; } .navbar-brand { font-weight: bold; } .card { border-radius: 15px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .jumbotron { background-color: #ffffff; padding: 2rem 1rem; border-radius: 15px; } footer { position: relative; bottom: 0; width: 100%; }