body {
    background-color: #e0876a;
    color: #fbefcc;
}
.jumbotron {
    box-shadow:5px 5px #f4a688;

}
img {
    width:25%;
    border:2px inset #f4a688;
    box-shadow:2px 2px;
    border-radius: 30px;
}

.btn {
    background-color: #f4a688;
    border: none;
}
.btn:hover {
    background-color: #f9ccac;
    border: none;
}
.jumbotron {
    color: #e0876a;
}
.navbar {
    background-color: #674d3c;
}