.noticeLabel {
  font-size: 1.1rem;
}

.queueNumberContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.queueNumber {
  font-size: 7rem;
  font-weight: bold;
  line-height: 1;
  color: var(--successColor);
}

.contentContainer {
  background-color: var(--backgroundColor);
  padding-bottom: 20px;
}

.congratulationLabel {
  flex: 1;
}

.lineContent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
