table {
    border-collapse: collapse;
    margin: 10px auto;
    width: 80%;
}

th {
    border: 0; background-color: rgba(163, 5, 184, 0.801);
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    text-align: center;
}
td {
    text-align: center;
}

td:hover {
    background-color: rgb(251, 255, 0);
}

th,
td {
    border-bottom: 1px solid rgb(251, 255, 0);
}