﻿.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #212529;
}

    .footer a {
        color: rgba(255,255,255,.5);
    }

    .footer span {
        color: rgba(255,255,255,.5);
    }
