/* white you custom css code here. only css code will work */

div h2 {
  font-size: 2.5rem;  /* Adjust the size of the heading */
  font-weight: bold;  /* Make the text bold */
  color: #333;        /* Set the text color */
  text-align: center; /* Center the heading */
  margin: 0;          /* Remove any default margin */
  padding: 20px;      /* Add padding around the heading */
  letter-spacing: 1px; /* Optional: Add space between letters */
  text-shadow: none;  /* Remove any text shadow */
}