#header{
    width:100%;
    height:100px;
    background-color:  #4995f0;
    color:white;
    display:flex;
}
#logo{
    width:13%;
    height: 100%;
    margin-left: 150px;
}
#logo>a>img{
    width:100%;
    height:100%;
}
#line{
    height:40%;
    border:1px solid  rgb(192, 191, 191);
    margin-top: 30px;
    margin-left: 50px;
}
#secure{
    width:250px;
    height:100%;
    /* border:1px solid black; */
    margin-left: 100px;
}
#myproducts{
    display:grid;
    grid-template-columns: repeat(3,30%);
    grid-template-rows: auto;
}