main{
    display: flex;
    flex-wrap: wrap;
}

.instone{
    height: 190px;
    width:360px;
    background-color: aqua;
    /* the image is 3in make it 5 inch */
    background-image: url("images/instructionOne.png");
    background-size:auto;
    background-repeat: no-repeat;
}


.insthree{
    height: 190px;
    width:740px;
    /* margin-top: -30px; */
    background-color: aqua;
    background-size:auto;
    background-repeat: no-repeat;
    font-size: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
}
.instsix{
    height: 190px;
    width:740px;
   
    background-color:greenyellow;
    background-size:auto;
    background-repeat: no-repeat;
    font-size: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: black;
}



.instwo{
    height: 190px;
    width:360px;
    background-color:bisque;
    /* the image is 3in make it 5 inch */
    /* background-image: url("images/instructionOne.png"); */
    background-size:auto;
    background-repeat: no-repeat;
    border-width: 2px;
    border-style: solid;
    border-color: black;
}


.sec1{
    display: flex;
    flex-wrap: wrap;
    width:360px;
   
}

.sec2{
    display: flex;
    flex-wrap: wrap;
    width:360px;
}
p{
    padding-top: 0px;
    padding-bottom: 0px;
}