body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #f4f4f4;
}

header {
    background: #333;
    color: white;
    padding: 1em 0;
}

nav ul {
    list-style: none;
    padding: 0;
}


nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}




section {
    padding: 20px;
    background:  #d05ea2;
    margin: 20px auto;
    width: 80%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.project {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px auto;
    max-width: 600px;
    background: #ffeb3b;
    border-radius: 5px;
}

footer {
    background: #333;
    color: white;
    padding: 10px;
    margin-top: 20px;
}

#contact {
    padding: 50px 20px;
    background: #007BFF;
    color: white;
}

#contact a {
    color: #ffeb3b;
    text-decoration: none;
    font-weight: bold;
}

/* About */
/* About Section */
#about {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    padding: 50px 20px;
    color: white;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    /* background: linear-gradient(135deg, #004d00, #008000); */
    color: #000000;
}

.about-container {
    display: flex;
    align-items: left;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
    padding: 30px;
    backdrop-filter: blur(10px);
}

.about-content {
    flex: 1;
    text-align: left;
}

.about-content h2 {
    font-size: 2.5em;
    color: #ffeb3b;
}

.about-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #ffeb3b;
}

/* Footer */
footer {
    background: #0056b3;
    color: white;
    padding: 10px;
    margin-top: 20px;
}

/* Default link styles */
a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 10px;
    padding: 5px 10px;
    color: black;
    transition: color 0.3s, transform 0.3s;
}

/* 🔥 Individual Hover Effects */
#link1:hover {
    color: red;
    transform: scale(1.2);
}

#link2:hover {
    color: red;
    transform: scale(1.2);
}

#link3:hover {
    color: red;
    transform: scale(1.2);
}

#link4:hover {
    color: red;
    transform: scale(1.2);
}
