.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(207deg, #e25303, #008728);
    color: white;
    text-align: center;
 }