.jumbotron {
    background-color: #0d0dec;
/*    width: 800px;
    height: 200px;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron h1 {
    color: #fff;
    font-size: 28px;  
    font-family: 'Shift', sans-serif;
    font-weight: bold;
}

.jumbotron p {
    font-size: 20px;
    color: #fff;
}
