.jumbotron {
    margin-bottom: 0;
    border-radius: 0;
    transition: 1s;
    background-color: rgb(247,252,255);
}

#bottom1 {
    position:relative;
    background-color: #A75212;
    box-shadow: 0px 5px 20px 0px black;
    z-index: 10;
}

#bottom2 {
    position: relative;
    background-color: rgb(255,255,255);
    z-index:-50;
}

h2 {
    font-family: 'Libre Baskerville', serif;
    color: black;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    font-size: 27px;
    font-weight: 500;
}

p {
    font-family: 'Ubuntu', sans-serif;
}
