body {
    
    background-size:cover;
        background-repeat:no-repeat;
}
.jumbotron {
    box-shadow:5px 5px #6b5b95;

}
img {
    width:30%;
    border:2px inset #6b5b95;
    box-shadow:2px 2px;
    border-radius: 10px;
}

.starter-template , .cover {
    background-color: rgba(250, 235, 215,.5);
    border: 2px groove grey;
    border-radius: 5px;
    box-shadow: 5px 5px;
    margin-top:10px;
background-image: url('img/bridge.jpeg');
    color:black;

}