.round-image{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover; /* Чтобы изображение не искажалось */
}
table{
    width: 100%;
    border: none;
}
tr, td{
    padding: 8px;
    text-align: center;
}
tr{
    background-color: black;
}
h3{
    text-align: left;
}