
footer {
    background-color: #232323;
    position: flex;
    bottom: 0;
    width: 100%;
    height: 200px;
    padding: 0px;
    color: #EBEBEB;
}

.footer{
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*
footer{
  position: relative;
  bottom: 0;
  width: 100%;
  height: 205px;
  background-color: #232323;
  color: #EBEBEB;
}

.footer{
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/
