img {
  filter: contrast(50);
}

.top-image {
  position: fixed;    /* Keeps the image in place even when scrolling */
  top: 0;             /* Positions it at the top of the viewport */
  left: 0;            /* Positions it at the left of the viewport */
  z-index: 9999;      /* A high number ensures it sits above other layers */
  object-fit: cover   /* Adjust size as needed */
}

p {
  font-family:"Times New Roman", Arial;
  font-size: 300px;
}