article table{
    padding: 10px;
    border: none;
}
article table tr:first-child th{
    background-color: transparent;
}
article table tr th img{
    width: 70%;
}
article table tr:nth-child(2) td{
    font-size: 20px;
    font-weight: bold;
    background-color: #e8ffa1;
}
article table tr td{
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f4ffd3;
}