p {margin: 0 0 10px; &:first-of-type{margin-top: 10px;}}
a[href*=https]:not(:has(img))::after {content: "\2197";}
a:not([href]) {text-decoration: line-through;}
.h {
  box-sizing: border-box;
  margin: 5px;
  font-size: 1rem;
  font-weight: normal;
}
.a {
  box-sizing: border-box;
  height: calc(100% - 1rem - 20px);
  overflow: auto;
  margin: 5px;
  padding: 3px;
}
@media (max-width: 800px) {
body {
  width: 100vw;
  margin: 0;
  border: none;
  border-radius: 0;
	outline: none;
}
}
::-webkit-scrollbar {width: 10px;background: transparent;}