*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* nav bar starts here */

.nav_bg{
    background-color: #049DD9;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    left: 0px;
    box-shadow: 0px 3px 10px  rgb(230, 230, 230);
}
.snippets ul{
    display: flex;
    justify-content: space-between;
}

.snippets ul li {
    list-style: none;
    color: rgb(40, 40, 40);
    padding: 1em;
    
}
.logo h5, .icons{
    padding: 1em;
    font-size: 16px;
    font-family: poppins;
    color: white;
}
.snippets ul li a{
    text-decoration: none;
    justify-content: space-between;
    font-family: poppins;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400;
        
    
}
.heading h1, h2 {
    text-align: center;
}
.heading h1{
    font-family: poppins;
    font-size: 40px;
    margin-top: 2em;
    font-weight: 600;


}
.heading h2{
    font-family: poppins;
    font-size: 30px;
    margin-top: 0.5em;
    color: grey;
    font-weight: 500;
}
.heading h3{
    font-family: poppins;
    font-size: 25px;
    margin-top: 0.5em;
    color: rgb(41, 41, 41);
    font-weight: 500;
    margin-top: 5em;
    margin-left: 5em;
    margin-bottom: 1em;
}
.images img{
    width: 650px;
    align-items: center;
   
}
.images{
    display: flex;
    gap: 30px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    justify-content: center;

}
.images h2{
    text-align: left;
    font-family: poppins;
    font-weight: 500;
    font-size: 18px;
}