﻿/* needed this extra stylesheet file, because vs 2026 and web compiler don't play nice together */

.usp-2 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    background-color: rgb(72, 169, 66);
    padding-top: 2em;
    padding-bottom: 1em;
    padding-left: 0;
    border-radius: 4px;
    padding: 12px;
}
