@font-face {
  font-family: Anonymice;
  src: url(./AnonymiceProNerdFont-Regular.ttf);
}
html {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgb(99,99,99) rgb(03,03,03);
}
body {
  font-family: Anonymice;
  font-size: 13pt;
  color: rgb(99,99,99);
  background: rgb(00,00,00);
  padding: 1.25lvh 10lvw;
  margin: 0;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  image-rendering: pixelated;
}
a {
  color:rgb(133,133,200);
}
img {
  max-height: 1024px;
  max-width: 1024px;
  mix-blend-mode: multiply;
  padding:0;
  margin:0;
}
.pictureframe {
  background: url('./eigengrau.svg');
  padding:0;
  margin:0;
  height:100%;
  max-height: 1024px;
  max-width: 1024px;
  line-height:0;
}
details {
  text-align:right;
  & > image {
    display: inline;
  }
}
.blink {
  display: inline;
  margin:0;
  padding:0;
  animation: blinker 0.93s step-start infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
