@charset "UTF-8";
html {
  font-size: 75%;
}
body {
  font-family: sans-serif;
  text-align: left;
  color: black;
  font-size: 1.4rem;
  line-height: normal;
}
h1 {
  font-size: 2.4rem;
  text-align: center;
  text-decoration: underline;
}
ol {
  padding: 2rem;
}
ol li {
  margin-bottom: 1rem;
}