.top_box {


    background: #003b6f;


    width: 100%;


    border:10px #003b6f;


    text-align: center;


    padding: 30px;


}





.white_text {


    color: white;


}





.second_box {


    background: black;


    display: flex;


    width: max;


    text-align: left;


    padding: 30px;


}





.second_box > div {


    background-color: red;


    margin: 15px;


    padding: 10px;


    font-size: 20px;


  }





.black_text {


    color: black;


}





.third_box {


    background:orange;


    padding: 10px;


    font-size: 20px;


  }





.fourth_box {


    background: magenta;


}





.fifth_box {


    background: yellow;


}





.sixth_box {


    background: green;


}





.seventh_box {


    background: white;


    border: 20px thick black;


}





.product {


    padding: 3px;


}


.product .container {


    border: solid thin grey;


}
