.note {
  background-color: var(--content-background);
}

.note__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.note__text {
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  color: var(--content-color);
}
