body {
  margin: 0;
  font-family: 'Canela Deck', sans-serif;
  background-color: #121212;
  color: #e0e0e0;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-container {
  flex-direction: column;
}

.list-container {
  width: 100px;
}

h1 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 0;
}

ul {
  padding: 10px;
}

button {
  border: 0;
  border-radius: 3px;
  padding: 5px;
  margin-left: 20px;
}
