/* google font link  */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,400&display=swap');

/* font for all  */
body{
    font-family: 'Lato', sans-serif;
}

/* global CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.my-btn{
    background-color: #9584E6;
}

/* custom css  */
/* navbar css */
nav{
    background: #03203C;
}
/*products section css */
.products-card .img-1{
    width: 93%;
    margin-left: 15px;
}
#card-img .img-5, .img-6{
    width: 96%;
    margin: 0 auto;
}
