:root {
  --bg: #eeece5;
  --ink: #111;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  background: var(--bg);
  color: var(--ink);
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page {
  position: relative;
  min-height: 974px;
  background: var(--bg);
}

.totem {
  position: absolute;
  top: 34px;
  left: 50%;
  display: grid;
  justify-items: center;
  width: 116px;
  margin: 0;
  padding: 0;
  row-gap: 8px;
  list-style: none;
  transform: translateX(-50%);
  user-select: none;
}

.totem li {
  display: grid;
  width: 100%;
  height: 60px;
  place-items: center;
}

.totem a,
.totem .symbol {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  color: inherit;
  font-size: 58px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  filter: saturate(1.02);
  user-select: none;
}

.totem a:link,
.totem a:visited,
.totem a:hover,
.totem a:active {
  color: inherit;
  text-decoration: none !important;
  text-decoration-line: none !important;
}

.totem a:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.35);
  outline-offset: 6px;
  border-radius: 14px;
}

.totem a span {
  display: block;
  text-decoration: none !important;
}

.totem li:nth-child(1) {
  height: 60px;
}

.totem li:nth-child(2) {
  height: 60px;
}

.totem li:nth-child(3) {
  height: 60px;
}

.totem li:nth-child(4) {
  height: 60px;
}

.totem li:nth-child(5) {
  height: 60px;
}

.totem li:nth-child(6) {
  height: 60px;
}

.totem li:nth-child(7) {
  height: 60px;
}

.totem li:nth-child(8) {
  height: 60px;
}

.totem li:nth-child(9) {
  height: 60px;
}

.totem li:nth-child(10) {
  height: 60px;
}

.totem li:nth-child(11) {
  height: 60px;
}

.totem li:nth-child(12) {
  height: 60px;
}

.totem li:nth-child(13) {
  height: 60px;
}

@media (max-width: 640px) {
  .page {
    min-height: 844px;
  }

  .totem {
    top: 72px;
    left: 50%;
    width: 116px;
    row-gap: 4px;
    transform: translateX(-50%);
  }

  .totem li,
  .totem li:nth-child(n) {
    height: 52px;
  }

  .totem a,
  .totem .symbol {
    width: 52px;
    height: 52px;
    font-size: 50px;
  }
}
