/* CSS Document */
.footer-div {
  width: 100%;
  background-color: var(--bg-color);
  vertical-align: bottom;
  color: var(--text-color);
  line-height: 50px;
  text-align: center;
}