@import '../variables.css';

#footer {
  min-height: 120px;
  width: 100%;

  text-align: center;

  display: flex;

  border-top: var(--secondary-border-width) solid var(--contrast-border-color);

  position: relative;
  flex-direction: row;
}

#footerWrapper {
  flex: 1;
  flex-direction: row;
  display: flex;
  justify-content: center;
}

#footerWrapper * {
  padding: 0 20px 0 20px;
}