.jumbotron {
    display: flex;
    align-items: center;
    background-image: url('../images/iStock_000016543138Medium.jpg');
    background-size: cover;
    background-position: center right;
    color: #ffffff;
    height: 400px;
    text-shadow: 0.5px 0.5px 0.5px #000000;
}