/* Define your font family */
body {
    font-family: "Times New Roman", Georgia, Serif;
  }
  
  /* Specify font family and letter-spacing for headings */
  h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display";
    letter-spacing: 5px;
  }
  
  /* Center align the content within the body */
  .text {
    text-align: center;
  }
  
  /* Set color for table text */
  table {
    color: rgb(132, 132, 132);
  }
  