.body2  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 16px;
}

.body2  table th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.body2  table th {
    background-color: #2868d8;
}

.body2  table tr:hover {
    background-color: #f5f5f5;
}

.body2 img{
    border-radius: 10px !important;
}