.ogham-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 20px;
}

.aicme {
  display: flex;
  flex-direction: column;
}

.letter {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
