.menu {
  background-color: var(--bg-neutral-900);
  color: var(--text-primary);
  padding: 10px;
  display: flex;
  gap: 6px;
  justify-content: space-between;
}

.navbuttons {
  display: flex;
  align-content: center;
  gap: 8px;
  align-self: center;
  justify-self: center;
}

.menuitem {
  color: var(--text-primary);
  align-self: center;
}

.linkflag {
  display: flex;
  align-self: center;
}

.logo {
  font-size: x-large;
  justify-content: flex-start;
}

.flagcontainer {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.page-footer {
  background-color: var(--bg-neutral-800);
  color: white;
  padding: 20px;
}

/* main */

main {
  padding: 0 20px 0 20px;
  display: flex;
  justify-content: center;
}

content {
  max-width: 1000px;
}

.wrapper {
  justify-content: center;
}


/* main page */

.container {
  display: flex;
}