table {
    width: 70%;
    margin-left: 15%;
    margin-top: 200px;
}
tr, td, th {
    border-collapse: collapse;
    border: 1px solid black;
}

img {
    border-radius: 50%;
}