body{
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    background-color: #F0F8FF;
}
.main-section{
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 100px;
 }

.nav{
    display: flex;
    margin-bottom: 150px;
    justify-content: center;
}

.nav a{
    text-decoration: none;
    color: #333;
    margin: 0 10px;
    
}

.nav .about-link{
    scroll-behavior: smooth;
}

.intro{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.intro p{
    font-size: 37px;
    line-height: 1.5;
}

.intro img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.projects{
    margin-bottom: 20px;
}

.projects h2{
    text-align: center;
    margin-bottom: 45px;
}
.project{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.project img{
    width: 400px;
    height: 300px;
    border: 2px solid ;
     
}
.aboutme{
    margin-bottom: 50px;
}

.aboutme h2{
    text-align: center;
    margin-bottom: 25px;
}
.contact{
    text-align: center;
    padding: 10px;
}