.jumbotron {
    background: url("/img/articles-dummy-img.jpg");
    height: 600px;
}

.btn-back {
    background: #eeeeee;
    border: 0px !important;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px 30px;
    transition: 200ms;
    cursor: pointer;
}

.btn-back:hover {
    background: #dfdfdf;
}

a.btn-back {
    color: var(--main-text-color);
    text-decoration: none !important;
}

.feather {
    width: 15px;
}

.data-upload {
    color: #aaa;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px !important;
    margin-top: 20px;
}

.data-upload svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -2px;
    stroke: #aaa;
}