body {
    background-color: black;
    color: #F08080;
}

.jumbotron {
    margin: 10px;
    background-image: url(https://img1.grunge.com/img/gallery/real-stories-behind-ufo-sightings/intro.jpg);
    background-size: 1120px 235px;
    color: #F08080;
    text-shadow: 1px 1px 1px #000, 3px 3px 5px black;
    text-align: center;
}

.form-control {
    display: inline-block;
    width: 155px;
    background-color: #FFFAF0;
    box-shadow: 3px 5px lightslategray;
    color: black;
}



table {
    table-layout: auto;
    background-image: url(https://images.unsplash.com/photo-1528818955841-a7f1425131b5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1000&q=80);
    background-size: 1795px;
    color: white;
}