body {
    background: #fff;
}

.jumbotron {
    background: #fff;
    margin: 0;
}

.jumbotron img {
    width: 100%;
}

.message {
    font-family: Roboto, 'sans-serif';
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #000;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

