/* Custom styles */
body {
  color: rgb(0, 0, 0);
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(255, 255, 255)
    )
    rgb(255, 255, 255);
}

.text-balance {
  text-wrap: balance;
}
