@import url("../stuff.css");

body {
  max-width: 500px;
  margin-bottom: 60px;
}

body > img {
  display: block;
  max-width: 100%;
}

img[align=right] {
  float: none;
  margin-left: auto;
  margin-right: 2ch;
}

a {
  text-decoration-style: solid;
}
