* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 none;
  outline: 0 none;
}

a {
  color: inherit;
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

input,
button,
select,
option,
textarea {
  font: inherit;
  line-height: 1;
}

textarea {
  line-height: inherit;
}

pre {
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  right: auto;
  width: 300px;
  max-width: 100vw;
  display: block;
  white-space: pre-wrap;
  display: block;
  padding: 12px;
  font-size: 10px;
  line-height: 1.5;
  color: black;
  background-color: #FFA;
}