*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin:0;
    background-color: #0F172A;
    color: #E2E8F0;
}
/*navigation*/
.nav{
    height: 3.75rem;
    background-color:#1E293B;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#nav-content1{
    font-size: 1.5625rem;
    width: 60%;
    display: flex;
    justify-content: center;
}
.nav-content2{
    width: 40%;
    font-size: 1.5625rem;
    display: flex;
    justify-content: space-around;
}
a{
    text-decoration: none;
    color: #E2E8F0;
}
/*Hero section*/
#page-heading{
    color: #ffffff;
    text-align: center;
    font-size: 55px;
}
#subtitle{
    color:#cbd5e1;
    text-align: center;
    font-size: 20px;
}
.parent1{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.Education{
    border: 1px solid black;
    width:70%;
    padding: 0 150px 30px 150px;
    background-color:#2c3e50;
}
#p1-heading{
    text-align: center;
}
#para1{
    font-size: 20px;
    margin-top: 20px;
}


.parent2{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.webdev{
    border: 1px solid black;
    width:70%;
    padding: 0 150px 30px 150px;
    background-color:#2c3e50;
}
#p2-heading{
    text-align: center;
}
#para2{
    font-size: 20px;
    margin-top: 20px;
}


.parent3{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.journey{
    border: 1px solid black;
    width:70%;
    padding: 0 150px 30px 150px;
    background-color:#2c3e50;
}
#p3-heading{
    text-align: center;
}
#para3{
    font-size: 20px;
    margin-top: 20px;
}


.parent4{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.interest{
    border: 1px solid black;
    width:70%;
    padding: 0 150px 30px 150px;
    background-color:#2c3e50;
}
#p4-heading{
    text-align: center;
}
#para4{
    font-size: 20px;
    margin-top: 20px;
}

/*footer part*/
.footer{
    height: 70px;
    background-color: #0B1120;
    display: flex;
    justify-content: space-around;
    align-items: center;
}