#searchBar button {
    background: #7C5B8C;
    border: 1px solid #7C5B8C;
}

#docsSearch {
    background: linear-gradient(#EAE8E1, #f7f4f2);
    margin-bottom: 3em;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 15px;
    padding-bottom: 50px;
}

#docsSearch {
    border-bottom: 0px solid #DFDFDF;
}

.category-list .category {
    border-radius: 15px;
    background-color: white;
}

#main-content {
    background: none;
    border-radius: 15px;
}

.contentWrapper {
    border-radius: 15px;
}