body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding-top: 100px; /* prevent overlap with fixed header */
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
}

/* Headings */
h1, h2, h3 {
    color: #2c3e50;
    margin: 0 0 10px;
}

h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.8rem;
    margin-top: 40px;
}

/* Sections */
.section {
    background-color: #fff;
    margin: 40px auto;
    padding: 30px 20px;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

ul {
    padding-left: 20px;
}

/* Email and location formatting */
a {
    color: #FF5733;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Contact section */
.contactme {
    background-color: #fff;
    padding: 40px 20px;
    margin: 40px auto;
    max-width: 800px;
    border-radius: 8px;
    text-align: center;
}

/* Footer Consistency */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 40px 20px;
    margin-top: 40px;
}

footer .social-links p {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

footer .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

footer .social-icons a {
    margin: 0 15px;
}

footer .social-icons img {
    width: 40px;
    height: 40px;
}
.contact-info {
    text-align: center;
    margin: 20px auto 40px;
    font-size: 1.1rem;
}

.contact-info a {
    color: #FF5733;
    text-decoration: none;
    font-weight: bold;
}

.contact-info a:hover {
    text-decoration: underline;
}

.contact-info p {
    margin: 0;
    line-height: 1.8;
}
