html, body{
  height: 100%;
}
body {
  background-image: url(radula.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  color: white;
  font-size: 200%;
  overflow: hidden;
}
@font-face {
  src: url(MagazineLetterByBrntlbrnl-Regular.ttf);
  font-family: "Magazine Letter By Brntlbrnl";
}
header {
  font-family: "Magazine Letter By Brntlbrnl";
}
div {
  overflow: auto;
  filter: drop-shadow(5px 5px 2px rgb(85, 108, 121));
  font-size: 90%;
}
.art {
  position: absolute;
  left: 10%;
  width: 80%;
  border: 5px dotted white;
}
hr{
  border-top: 5px dotted white;
  border-bottom: 0px solid white;
}
img {
  border: 2px dashed white;
}