/* Reset some default styles */
body, h1, h2, ul, li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: Arial, sans-serif;
}

/* Style the main content */
main {
    margin: 20px auto;
    padding: 20px;
    font-size: 17px;
}

h1 {
    font-size: 34px;
    margin-bottom: 15px;
    text-align: center;
}

h3 {
    font-size: 20px;
    padding: 15px 0px;
    margin:0;
}

#description {
    text-align: center;
    margin-bottom: 25px;
}

.subject-icon {
    margin-bottom: 15px;
}

section {
    margin-bottom: 20px;
}

h2 {
    font-size: 26px; /* Increase font size for h2 headers */
    margin-bottom: 10px;
}

a {
    color: #007BFF;
    text-decoration: underline;
}

/* Hover effect for links */
a:hover {
    text-decoration: none;
}
