#footer {
    position: relative;
    color: white;
    font-size: 14px;
    line-height: 22px;
    padding: 30px 41px 20px 41px;
    padding-top: 100px;
    border-bottom: 2px solid #060606;
    overflow: hidden;
    font-family: 'Avenir Black';
    background: rgb(15, 72, 66);
    background: linear-gradient(90deg, rgba(15, 72, 66, 1) 9%, rgba(31, 128, 118, 1) 50%, rgba(15, 72, 66, 1) 86%);
}