
.brown-bg-grad {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #353535, transparent);
}
