/* Typography */
h1, h2, h3 {
    font-weight: bold;
    margin-bottom: 10px; /* Consistent bottom margin for headings */
}

.content {
    margin: 40px 0; /* Space above and below the main content */
}


/* Consider using a consistent line height for better readability */
body {
    line-height: 1.6; /* Improve text readability */
}
