* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  background: rgb(255, 255, 255);
  color: rgb(30, 30, 30);
  font-family: "serif, sans-serif, Arial, Helvetica";
  font-size: 20px;
  line-height: 1.4px;
  height: 100vh;
  overflow-x: hidden;
  width: 100%;
}
body ::selection {
  background: rgb(194, 162, 217);
  color: rgb(255, 255, 255);
}
body .container, body #app {
  margin: 0 auto;
  max-width: 600px;
  padding: 10px;
}
body .no-select, body header #theme_selection, body a {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
body #app {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  fill: rgb(30, 30, 30);
  height: inherit;
}
body #app svg#logo {
  fill: inherit;
  height: auto;
  margin-bottom: 15px;
  width: 250px;
}
body a {
  color: rgb(30, 30, 30);
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}
body a:hover {
  color: rgb(194, 162, 217);
}
body footer {
  bottom: 20px;
  position: absolute;
  width: 100%;
}
body footer section.content-block {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
body footer section.content-block a {
  position: absolute;
  right: 10px;
}
body header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
body header #theme_selection {
  font-family: inherit;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
body header #theme_selection:active, body header #theme_selection:focus {
  outline: 0;
}

body.dark {
  background: rgb(30, 30, 30);
  color: rgb(255, 255, 255);
  color-scheme: dark;
}
body.dark #app {
  fill: rgb(255, 255, 255);
}
body.dark a {
  color: rgb(255, 255, 255);
}
body.dark a:hover {
  color: rgb(194, 162, 217);
}

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