.stack-container {
  display: grid;
  grid-template-areas: 'stack';
}

.stack-item {
  grid-area: stack;
}
