main {
    padding: 40px;
}

section {
    margin-bottom: 60px;
    text-align: center; /* Center-align text within sections */
}

h2 {
    color: #c9b35b; /* Gold heading color */
    font-size: 2.2em;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 800px; /* Limit paragraph width for readability */
    margin: 0 auto;  /* Center the paragraph within the section */
}