footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(72, 72, 72, 0.9) 0%, rgba(103, 103, 103, 0.9) 100%);
    color: white;
    height: 35px;
    padding: 10px 26px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;}