footer {
    background-color: #232323;
    position: flex;
    bottom: 0;
    width: 100%;
    height: 200px;
    padding: 0px;
    color: #EBEBEB;
}
/*#001873*/
.footer{
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}