/* syrupnx.space v6 */
/* Shelves stylesheet */

/* STYLING */

.container {
  background-color: black;
}

/* ORGANIZATION */

.container {
  min-width: 1000px;
  max-width: 1200px;
  margin: auto;
}

main {
  display: flex;
  flex-flow: row wrap;
  column-gap: 1em;
  text-align: center;
  margin: auto;
  min-width: 1000px;
  max-width: 1200px;
  justify-content: space-around;
  height: 500px;
  overflow: scroll;
}

.column {
  display: flex;
  flex-flow: column wrap;
  width: 300px;
  align-items: center;
}