#language__en:checked ~ #container {
  --lang: "en";

  --home: "Home";
  --home-description: "Scroll to find the correct piece in each block and assemble the final image";
  --home-bottom: "No level nanny here - you're all grown up and can pick on your own the next level below!";
  
  --about: "About";
  --about-subtitle: "About";
  --about-content: "This puzzle was designed and developped in 2021, by Refu. The first version was released in 2022 and the second version in 2023. Focusing on simplicity, the gameplay is made only by the scrolling movement, dispensing even the use of clicks.\00a \00a This entire page was developed with pure CSS, from paginations to translations. You can check out the source conde on Github. Also, consider leaving a star on the repository if you like this project.";

  --about-contact: "Contact";

  --about-repo: "Repository: ";
  --about-version: "Version: ";
}

#language__pt:checked ~ #container {
  --lang: "pt";

  --home: "Início";
  --home-description: "Deslize até encontrar a peça correta em cada bloco e montar a imagem final";
  --home-bottom: "Sem babá de nível aqui - você já tem idade suficiente para mudar de níveis por conta própria!";
  
  --about: "Sobre";
  --about-subtitle: "Sobre";
  --about-content: "Este quebra-cabeças foi idealizado e desenvolvido em 2021, por Refu. A primeira versão foi lançada em 2022 e a segunda em 2023. Com foco na simplicidade, a jogabilidade se dá apenas pelo movimento de rolamento, dispensando até mesmo o uso de cliques na tela.\000a \000a Toda a página foi desenvolvieda apenas com CSS, desde a paginação até as traduções. Você pode conferir o código fonte no Github. Considere também deixar uma estrela no repositório se gostar deste projeto.";
  
  --about-contact: "Contato";

  --about-repo: "Repositório: ";
  --about-version: "Versão: ";
}