.upperShade{
    height: 100px;
    width: 100vw;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.9),
            rgba(0, 0, 0, 0.205),
            rgba(59, 59, 59, 0.04));
}