body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer {
    margin-top: 2em;
}

/* Compact Jumbotron Styles */
.jumbotron-compact {
    padding: 20px 15px !important;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 8px;
    text-align: center;
}

.jumbotron-compact h1 {
    margin-bottom: 10px;
    font-size: 1.6em;
    color: #2c3e50;
    font-weight: 600;
}

.jumbotron-compact .lead {
    font-size: 1.05em;
    margin-bottom: 8px;
    color: #34495e;
    font-weight: 400;
}

.jumbotron-subtext {
    font-size: 0.85em;
    color: #6c757d;
    margin-bottom: 0;
    font-style: italic;
}

.jumbotron-subtext strong {
    color: #495057;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .jumbotron-compact {
        padding: 15px 10px !important;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }
    
    .jumbotron-compact h1 {
        font-size: 1.4em;
    }
    
    .jumbotron-compact .lead {
        font-size: 0.95em;
    }
    
    .jumbotron-subtext {
        font-size: 0.8em;
    }
}

