.name {
    align-items: center;
    background-color: #4e91c7;
    color: white;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
}

.profile-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    border: 2px solid rgba(247, 253, 254, 0.9);
    background: #ffffff;
    box-sizing: border-box;
}

.profile-photo img,
.profile-image {
    width: 100%;
    height: 110%;
    object-fit: contain;
    object-position: center;
    display: flex;
}

.name h1 {
    margin: 0;
    font-size: 2.8rem;
    letter-spacing: 1px;
}

.name p {
    max-width: 720px;
    margin: 16px auto 0;
  

}

body {
    background: linear-gradient(180deg, #becfd8 0%, #f7fafc 100%);
      font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    
    
}

.about {
    background-color: #fff;
    margin-left: 300px;
    margin-right: 300px;
    border-radius: 30px;

}

.about p {
       max-width: 720px;
    margin: 16px ;
}

.about h2 {

    letter-spacing: 1px;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}

u {
    color: rgb(11, 7, 123);
}

.edu {
    background-color: #fff;
    margin-left: 300px;
    margin-right: 300px;
    border-radius: 30px;
    text-align: left;

}

.edu h2 {
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}

.edu p {
   
    margin-left: 20px;
    height: 30px;
    margin-bottom: 5px;
}

.skills {
    background-color: #fff;
    margin-left: 300px;
    margin-right: 300px;
    border-radius: 20px;
    text-align: left;
    height: 100px;
}

.skills h2 {

    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.skills b {
         background: #0d6fb3;
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: bold;

}

.skill p {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 14px 0 0;
}

.projects {
    background-color: #fff;
    margin-left: 300px;
    margin-right: 300px;
    border-radius: 30px;
    text-align: left;
    height: 300px;
}

.projects h2 {
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.projects b {
    margin: 10px;
    margin-left: 20px;
    color: rgb(13, 13, 175);
    font-size:1.25rem;
    text-align: left;
}

/* Portfolio Link Styling */
.portfolio-link {
    color: rgb(13, 13, 175);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 2px 4px;
    border-radius: 4px;
}

.portfolio-link:hover {
    color: #fff;
    background-color: rgb(13, 13, 175);
    padding: 2px 6px;
}

.projects p{
    font-size: 1.05rem;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 20px;
}

footer{
    text-align:center;
    margin:20px;
}

h2 {
    color: rgb(1, 80, 176);
    letter-spacing: 1px;
}