body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 25px;
    background-color: #f4f4f4;
}

header {
    background: #1e293b;
    color: white;
    padding: 15px;
    text-align: center;
    nav a {color: #fff; margin: 0 1rem; text-decoration: none; font-weight: bold;}
}

h1, h2 {
    margin: 20px 0;
}

.About-me, .assignments {
    margin: 30px 0;
    padding: 15px;
    background: brown;
    text-align: center;
    border-radius: 7px;
    box-shadow: 2 0 12px rgba(0, 0, 0, 0.1);
}
.about-me 
{
    text-align: center;
    font-weight: bold; 
}

.profile-pic {
    width: 150px; 
    height: 150px; 
    border-radius: 50%;
    object-fit: cover; 
    border: none; 
    margin-bottom: 10px; 
}
ul {
    list-style-type: none;
    padding: 10;
}

ul li {
    margin: 30px 0;
}

a {
    text-decoration: center;
    color: #f4f4f4;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    margin-top: 25px;
    font-size: 0.9em;
}
