.ornament {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  overflow: hidden;
   text-align: center;
  user-select: none;
  justify-content: center;
}

.ornament span {
  white-space: nowrap;
} 
