.result-table{
    height: 80vh;
    overflow-y: scroll;
} 

.col1, .col,  .name{
    width: 200px;
    text-align: center ;
   
}

.name{
    font-size: large;
    color: aliceblue;
}

th{
    position: sticky;
    top: 0;
    background-color: antiquewhite;
    height: 30px;
    color: black;
}
tbody tr{
    height: 50px;
    
}

.image{
    width: 100%;
}