.footer-div {
  height: 60px;
  align-items: center;
  text-align: center;
  background-color: rgb(50, 50, 50);

  display: flex;
  flex-direction: row;
}

.footer-p {
  margin: 0;
  flex: 1;
}