html{
  padding: 20px;
  border: 1px solid white;
  width: max-content;
  margin: 20px;
}

body{
  background: black !important;
}

pre, a{
  font-family: msdos;
  line-height: 19px;
  word-break: break-all;
  font-size: medium;
  letter-spacing: -1px;
}

a{
  text-decoration: underline;
}

a:hover{
  cursor: pointer;
}

*, :active, html{
  cursor: default;
}

psd{
  color: gray;
}