body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

table{
    border: 4px solid black;
    width: 100%;
    font-size: 1.3em;
}

table caption{
    text-transform: capitalize;
    font-size: 1.3em;
}

table td, table th{
    text-align: right;
    padding: 8px;
    border: 1px solid rgb(206, 206, 206);
    border-collapse: collapse;
}
table td:hover{
    background-color: rgb(26, 26, 26);
    color: white;
}

table td:last-child{
    color: red;
}

table th{
    text-align: center;
    text-transform: capitalize;
}