body {
  background-image: url('background.jpg'); /* Replace 'path/to/your/image.jpg' with the actual path to your image */
  background-repeat: no-repeat; /* Set this to 'repeat' if you want the image to repeat */
  background-position: center center; /* Center the image */
  background-attachment: fixed; /* Make the background fixed */
  background-size: cover; /* Cover the entire viewport */
}
.bold-text {
  font-weight: bold;
  font-size: 14pt;
  background-color: white;
}
.bright-text {
  color: green;
}
