*{
    margin: 0%;
    padding: 0%;
}
.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{
    font-size: 30px;
    font-family: poppins;
    font-weight: 500;
    text-align: center;
    margin-top: 3em;
    text-decoration-line: underline;
    text-decoration-color: #049DD9;
    text-underline-offset: 20px;

}
.heading p{
    font-size: 18px;
    font-family: poppins;
    font-weight: 400;
    text-align: center;
    margin-top: 1em;
}




.images{
    display: flex;
    justify-content: center;
    margin-top: 2em;
    gap: 50px;
}

.images img{
    width: 250px;
    height: 300px;
    border-radius: 10px;
   
}
.buttons{
    display: flex;
    gap: 50px;
    margin-top: 2em;
    justify-content: center;
}
.button1 input{
    width: 130px;
    height: 43px;
    background-color: #049DD9;
    border: none;
    font-size: 16px;
    color: white;
    font-weight: 500px;
    border-radius: 5px;
    cursor: pointer;
}
.button2 input{
    width: 180px;
    height: 43px;
    background-color: #ffffff;
    border: 2px solid #049DD9;
    font-size: 16px;
    color: #049DD9;
    font-weight: 500px;
    border-radius: 5px;
    cursor: pointer;
}
