html, body {
  font-family: "Syne Mono", sans-serif;
}

footer {
  margin-top: 2rem;
}

.moon-label {
  display: block;
  margin: 1rem;
}

.tk-link {
  display: block;
  text-decoration: none;
}

.tk-infinite-banner {
  width: 100%;
  height: 300px;
  background-image: url("../img/3/[REDACTED].jpg");
  background-repeat: repeat-x;
  background-size: 300px auto;
}

.tk-wall-button {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1000;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  border: 0;
}

.tk-wall-button__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}

.tk-wall-button:hover .tk-wall-button__image,
.tk-wall-button:focus-visible .tk-wall-button__image {
  transform: scale(1.1);
}

#board {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}

.octagon {
  fill: #202638;
  stroke: #ffffff;
  stroke-width: 2;
}
