.footie__item {
  font: var(--demi);
  font-weight: 700;
  margin: 10px 25px;
}

.footie__item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 650px) {
  .footie {
    text-align: center;
  }
}

@media screen and (min-width: 651px) {
  .footie__item {
    display: inline-block;
  }
}