/* Custom styles for Exponential APP API */
.jumbotron {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 100px 0;
}

.jumbotron h1 {
    font-weight: 800;
}

.fab,
.fa {
    margin: 0 5px;
}