.index_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    /* margin-top:6rem; */
    /* width: 80%; */
    /* background-color: blue; */

}
.tableIndex{
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 3rem;
    width: 80%;
}
.table{
    background-color: rgb(71, 67, 67);
    margin-top: 5rem;
    width: 100%;
    text-align: center;
    padding: 1rem;
    border-radius: 20px;
    border: solid 1px white;
    color: white;
}
th{
    border: solid 1px hotpink;
    margin-bottom: 2rem;
    border-radius: 15px;
    background-color: black;
}
.new{
    background-color: blueviolet;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 3rem;
    width: 80%;
}
.new h1{
    margin: 3rem;
}
.new1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.img80{
    width: 50px;
    height: 50px;
}
.img300{
width: 20rem;
height: auto;
/* padding: 2rem; */
margin: 1rem;
}