/* Custom styles for Django Boilerplate */ body { background-color: #f8f9fa; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .jumbotron { background: linear-gradient(135deg, #007bff, #0056b3); color: white; } .card { border: none; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); transition: box-shadow 0.15s ease-in-out; } .card:hover { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); } .navbar-brand { font-weight: bold; font-size: 1.5rem; } footer { margin-top: auto; } html, body { height: 100%; } #root { display: flex; flex-direction: column; min-height: 100vh; } main { flex: 1; } .alert { border: none; border-radius: 0.5rem; } .btn { border-radius: 0.375rem; } .form-control, .form-select { border-radius: 0.375rem; }