footer{
    width:100%;height:218px;
    background: #212739;
}
footer .footer__table{
    width:100%;height:218px;
    display: table;
}
footer .footer__table-row {
    display: table-row;
}
footer .footer__table-cell {
    display: table-cell;
    vertical-align: middle;
}
footer .footer__table p{
    color:white;font-family: "scd3";text-align: center;
}
footer .footer__table p:nth-child(1){
    letter-spacing: -1.25px;
}
footer .footer__table p:nth-child(2){
    letter-spacing: -0.25px;
}
footer .footer__table p:nth-child(3){
    letter-spacing: -0.25px;
}