p {
  font-size: 1rem;
  opacity: 1;
  margin: 0;
  overflow-wrap: anywhere;
  max-width: 100%;
  white-space: pre-wrap;
  font-family: monospace;
  overflow: scroll;
}
body {
  height: 100vh;
  margin: 0;
  display: flex;
}
html {
  background-color: #131516;
  color: white;
  font-size: 16px;
  height: 100%;
  line-height: 1;
}
img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}