/* Make the entire site background yellow */
:root { --tsa-yellow: #FACC15; }
html, body { background-color: var(--tsa-yellow) !important; }