@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

/* Style the main content section */
.main.about-us {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 20px;
}

/* Style headings in the main content */
.main.about-us h2 {
    color: #e63946;
    font-size: 24px;
    margin-top: 20px;
}

.main.about-us p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Style the contact information section */
.contact-info {
    margin-bottom: 0;
}

/* Adjust navigation styles if needed */
nav.about-us ul {
    margin-top: 10px; /* Reduce top margin for the "About Us" page */
}

nav.about-us a {
    font-size: 18px; /* Slightly smaller font size for navigation links */
}
