@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'DM Mono', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  /* align-items: center; */
  width: 80%;
  max-width: 900px;
  margin: auto;
  height: 100vh;
}

img {
  max-width: 80vw;
}

.page {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

h1 {
  font-size: 1em;
}

h2,
h3 {
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1em;
  margin-top: 5px;
}

.light {
  color: gray;
}

.italics {
  font-style: italic;
}

.section {
  margin-top: 1em;
}

.part {
  margin-top: 0.5em;
}

.bar>* {
  display: inline;
  /* padding-right: 2em; */
  text-wrap: nowrap;
}


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

a:hover {
  color: red;
}

img {
  margin: 1em 0;
}
