div .jumbotron {
    background-color: #0850b4    !important;
    color: #fff;
}

.jumbotron h2 {
    color: #fff;
    font-size: 2.5rem;
}

.jumbotron h3 {
    color: #fff;
    font-size: 2rem;
}

.jumbotron a {
    background-color: #ff8e3a;
   
    color: #ffffff !important;
    padding: 0.5rem 1rem;
    width: 50%;
    max-width: 450px;

    border-radius: 0px !important;
}