.uppercase {
  text-transform: uppercase;
}

.whitespace-pre {
  white-space: pre;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}