body {
  font-family: Poppins;
  margin: 0;
  flex-shrink: 0;
}

.page-box {
  padding: 20px 30px;
  margin: 0;
}

.lang-switcher {
  margin-bottom: 20px;
  text-align: right;
}

.lang-switcher select {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

pre {
  white-space: pre-line;
  word-break: break-all;
  font-size: 14px;
  line-height: 2em;
  text-align: justify;
}