.text-red-700 {
    background-color: brown;
    color: white;
    font-weight: bold;
    padding: 3pt;
    border-radius: 5px;
    text-align: center;
    margin: 2pt 0;
    font-size: 10pt;
}