header,
footer {
  flex: 0 0 auto;

  color: white;
  a {
    color: white;
    background: transparent !important;
  }

  padding: 1em;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;

  & > .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1em;

    & > .root-title {
      width: 150px;
      text-align: right;
    }

    & > .website-icon {
      height: 2em;
      filter: invert(1);
    }

    & > .local-title {
      width: 150px;
      text-align: left;
    }
  }

  & > .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    & > .item {
      width: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  }
}

footer {
  flex-direction: column-reverse;
}
