.hover-paragraph:hover {
  color: red;
  background-color: default;
  font-weight: bold;
  transform: scale(1.02); /* Slightly enlarge the paragraph */
}