.mobile {
  display: initial;
}

.desktop {
  display: none;
}

body {
  width: 100%;
}

header {
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin: 0 0 1em 0;
  padding: 0.5em 1em;
  border-radius: 0;
}

header > div {
  width: 100%;
}

#header-content {
  display: none;
  flex-direction: row;
  align-items: start;
}

.header-avatar {
  padding: 0;
  flex: 0 auto;
  flex-direction: row;
  justify-content: space-between;
}

.header-avatar > div:first-of-type {
  font-size: 2em;
}

.header-pages {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.header-pages a {
  font-size: 1.75em;
}

.center-link-button .w98-root div {
  margin: 0.5em;
}