.left, .right {
    font-size: 28px;
    font-family: 'Helvetica','Times New Roman','sans-serif';
}

.left {
    background-color: rgb(0, 0, 0);
    color: rgb(255,255,255);
    font-weight: bold;
}

.right{
    background-color: rgb(255, 255, 0);
}