/* General Styles */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f4f4f9;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.h3 img{
    align-items="center";
    height=400px;
    width=200px;
}
/* Header Styles */
.header {
    background: #333;
    color: #fff;
    padding: 10px 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #ffd700;
}

/* About Section */
.about {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.about h2 {
    font-size: 36px;
    color: #333;
}

.about p {
    font-size: 18px;
    color: #666;
    margin: 20px 0;
}

/* Skills Section */
.skills {
    background: #f8f9fa;
    padding: 50px 0;
    text-align: center;
}

.skills h2 {
    font-size: 36px;
    color: #333;
}

.skills-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: inline-block;
    text-align: left;
}

.skills-list li {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
}

/* Contact Section */
.contact {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

.contact h2 {
    font-size: 36px;
    color: #333;
}

.contact p {
    font-size: 18px;
    color: #666;
    margin: 20px 0;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left;
}

.contact-list li {
    margin: 10px 0;
}

.contact-list a {
    color: #007bff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.contact-list a:hover {
    color: #0056b3;
}

/* Footer */
/* Footer */
.footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    margin-top: auto;
    align-items: end;
}
