body {
  margin: 0;
  background-color: #2b2b2b;
  color: white;
  /* this list is copypasted straight from bootstrap kek */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
}

.title {
  margin: 0;
  background-color: #383838;
  text-align: center;
  padding: 15px;
}

.header {
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-top: 20px;
}

#listContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px;

}

#listContainer > div {
  width: 300px;
  background-color: #383838;
  border-radius: 5px;
  margin: 20px 10px;
}

a {
  color: #99b8ff;
}

