.text-bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.text-top-left {
  position: absolute;
  top: 35px;
  left: 30px;
}

.text-top-right {
  position: absolute;
  top: 35px;
  right: 16px;
}

.text-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}