footer{
  background-color: #446285;
  width: 100%;
  min-width: 0;
  height: 30px;
  margin: auto;
  font-size: 12px;

  display: flex;
  justify-content: center;
  align-items: center;
}
footer span{
  color: #fff;
}