.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #34373b;
  margin: 2rem 0rem;
}

h3.items {
  margin: 0rem;
  padding: 0rem;
  font-weight: bold;
  color: white;
}
