table {
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    text-align: center;
}
table tr {
    border-radius: 10px;
    background-color: rgb(7, 219, 0);
}
table tr th {
    border-radius: 10px;
    border: 1px solid black;
    background-color: rgb(255, 0, 0);
}
table tr td {
    border-radius: 10px;
    border: 1px solid black;
}