body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

  display: flex;
  flex-direction: column;
  margin: 16px;
  /* margin-left: 10vw; */
  /* margin-right: 10vw; */

  h1 {
    /* margin-bottom: 16px; */
    line-height: 1;
  }

  h2 {
    margin-bottom: 8px;
  }

  p {
    margin-bottom: 16px;
  }

  img {
    max-width: 800px;
    margin-bottom: 32px;
  }
}

#readability-info {
  margin-bottom: 32px;
}

pre {
  background-color: rgb(229, 231, 235);
  padding: 8px;
  max-width: 600px;
  margin-top: 16px;
  overflow: auto;
  margin-bottom: 16px;
  border-radius: 2%;

  img {
    display: none;
  }
}

ul {
  margin-bottom: 16px;
}

li {
  list-style-type: none;
  margin-bottom: 8px;
}
