html, body {
  margin: 0;
  padding: 0;
}

body {
  padding: 2.5rem;
}
@media (min-width: 992px) {
  body {
    padding: 2.5rem 0;
  }
}

h1, h2, h3 {
  font-family: "Computer Modern Sans";
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

code, pre code, p code, kbd, samp {
  font-size: 1.5rem;
}

ul {
  list-style: circle;
  padding-left: 20px;
}

ol {
  list-style: decimal outside;
  margin: 0 0 0 3rem;
}

li :first-child:is(p) {
  display: inline;
}

input[type=text], input[type=password], textarea {
  width: 100%;
}

label, legend {
  display: inline-block;
}

pre > code {
  line-height: 1.5rem;
}

/*# sourceMappingURL=elements.css.map */
