table {

    overflow: scroll;
    border-collapse: collapse;
    border: 1px solid black;
}

.main_table_cont {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 90%;
    overflow: scroll;
    height: 70vh;
}

th,
td {
    text-align: center;
    padding: 10px 3vw;
    /* margin: 20px 0px; */
    /* border-left: 1px solid black; */
    border-right: 1px solid black;
}

th {
    border-bottom: 2px solid black;
}

table img {
    border: 1px dashed black;
    border-radius: 50px;
    height: 100px;
}