@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: Verdana, sans-serif;
}
html body {
  background: #444;
  color: #eee;
  padding: 0;
  margin: 0;
}
html body h1 {
  font-size: 2.25rem;
}
html body h2 {
  font-size: 1.5rem;
}
html body h3 {
  font-size: 1.2rem;
}
html body a {
  color: #02a7ff;
  font-weight: bold;
  text-decoration: none;
  user-select: none;
}
html body a:hover {
  color: #4ba7ff;
}
html body .page-content-wrapper {
  padding-top: 20px;
  min-height: calc(100vh - 40px);
}
html body footer {
  background: #222;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body footer .lang-selector {
  display: flex;
  margin-left: 20px;
}
html body footer .lang-selector .selected {
  text-decoration: underline;
}
html body footer .lang-selector a {
  margin-right: 5px;
}
@media (max-width: 500px) {
  html body footer .lang-selector a span {
    display: none;
  }
}

/*# sourceMappingURL=page.css.map */
