


  body {
    background-color: yellow; /* Very light, soft green, like young bamboo shoots */
    color: #333; /* A deep forest green for primary text, excellent readability */
    font-family: 'Times New Roman', serif; /* A classic, elegant font */
    line-height: 1.7; /* Good spacing for readability */
    margin: 60px auto; /* Center content with more vertical space */
  margin-top: 0;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); /* A subtle shadow for depth */
    border-radius: 8px; /* Slightly rounded corners for a softer look */
}

h1
  {
  font-size: 8vw; 
  color: #5C6B73; /* Slightly lighter dark gray for headings */
  }

h2
  { 
  font-size: 5vw;
  }


p
  { 
  font-size: 4vw;
  }
