*{
    margin: 0px;
    padding: 0px;
}
body{
    background-color: gray ;
}
a{
    text-decoration: none;
    color: lightgreen;
}
img{
    width: 300px;
    height: 280px;
}
.nav-conter{
    display: flex;
}
.nav{
    background-color: purple;
    display: flex;
    width: 106.3%;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.nav li{
    margin: 0px 153px;
    display: inline;
    font-size: larger;
    color: lightblue;
}

.box1{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    align-items: center;
}

.text0{
    margin: 20px 20px;
}

.text1{
    margin: 20px 20px;
}

.box1_inner{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    width: 98%;
    background-color: bisque;
    color: crimson;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 295px;
    box-shadow: 2px 2px 2px black;
}

.box0{
    border: 2px solid black;
    background-color: black;
    color: rgb(252, 242, 229);
    height: 20px;
    border-radius: 5px;
    padding: 5px;
}


.img_box{
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
}

.img_box img{
    box-shadow: 2px 2px 4px black;
}

footer{
    margin-top: 15px;
}
.bottom_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75px;
    background-color: rgb(29, 174, 0);  
}
.bottom_box ul{
    width: 100% ;
    margin-bottom: 10px;
}
.bottom_box ul li{
    color: rgb(5, 33, 136);
    margin: 0px 150px;
    display: inline;
    font-size: large;
}
.foot_text{
    display:inline ;
    color: rgb(205, 183, 17);
    font-size: medium;
}
.box2_0{
    display: flex;
    width: 100%;
    height: 180px;
    justify-content: center;
    margin-top: 20px;
}

.cbox{
    background-color: brown;
    color: bisque; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    border: 2px solid black;
    border-radius: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: larger;
}
.item_box{
    display: flex;
    justify-content: center;
}
.box_2_1{
    border: 2px solid black; 
    width: 80%;
    height: 70%;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;  
    flex-direction: row; 
    flex-wrap: wrap;
    background-color: aqua;
}

.child_box2_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 170px;
    margin: 0px 20px;


}

#cox_1{
    background-color: crimson;
    color: blue;
}

#cox_2{
    background-color: lightcoral;
    color: blue;
}
#cox_3{
    background-color: navajowhite;
    color: blue;
}
#cox_4{
    background-color: bisque;
    color: blue;
}
#cox_5{
    background-color: magenta;
    color: blue;
}
#cox_6{
    background-color: khaki;
    color: blue;
}
#cox_7{
    background-color: orange;
    color: blue;
}
#cox_8{
    background-color: indianred;
    color: blue;
}