footer{
    background-image: linear-gradient(to bottom, #3f1d50, #16141C);    
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer span{
    font-size: 0.8em;
    font-weight: 200;
}
