.fade {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #02a14a;
    font-weight: bold;
    font-size: 16px;
    background-image: linear-gradient(to bottom, transparent, #161D27);
    cursor: pointer;
}