:root {
  --font-size: 1.2rem
}

body {
  font-family: "WDXL", monospace;
  font-weight: 400;
  line-height: 1;
}

ul {
  list-style: square outside;
}

.image-list {
  column-count: 2;
  /* Количество колонок */
  column-gap: 1em;
  /* Расстояние между колонками */
}

.image-list img {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}