h2, h3 {
    text-decoration: underline; /* Underlines all h2 and h3 headings */
}
p {
    font-weight: 20px;
    font-size: 14px; /* Increases font weight for paragraphs to bold */
}
