:root {
  background-color: var(--pico-primary-background);
}

[data-theme="dark"],
:not([data-theme]) {
  color: var(--pico-primary-inverse);
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

header {
  display: flex;
  justify-content: space-between;
}

main {
  min-height: 0;
}

figure {
  height: 100%;
}

img {
  max-height: 100%;
}

.copyleft {
  display: inline-block;
  transform: scaleX(-1);
}
