.jumbotron{
    background-color: blue;
    display: flex;
    justify-content: center;
    color: white;
}

.card-body {
    display: inline-block;
}