.footer {

    width:100%;
    height:100px;
    background-color:rgba(38,38,38,1.0);
    display:flex;
    padding-left:20px;
    padding-right:20px;
    justify-content:flex-end;
    font-size:14px;
    color:rgba(255,255,255,1.0);
    align-content:center;

}

.footer .holder {
    align-self:center;
}

.footer .holder a {
    color:rgba(255,255,255,1.0) !important;
}