body  {
    background: url(/images/bkg.png) top right no-repeat;
}

p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.script-normal {
    background-color: #2563eb;
}

.script-opening {
    background-color: #718096;
}

.script-objection {
    background-color: mediumvioletred;
}

