.note-container {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

.note {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  white-space: nowrap;
}

.word {
  position: relative;
  text-decoration: underline;
}
