
footer#novo-footer {
  margin-top: auto;
  font-family: var(--fonte);
  font-size: 12px;
  color: var(--light-grey);
  height: 40px;
  border-top: 1px solid var(--light-grey);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-mobile-menu);

  --container-size: 981px;
}
footer#footer p {
  margin: 0;
}