footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F4F4F6;
    color: #6C7593;
    font-size: 12px;
    padding: 10px 0 30px 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}