body {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #FFFFFF 0%, #E8ECEF 100%); /* Changed to start with VCU Health White */
    color: #000000; /* Matches VCU Health Black, suitable for typography */
    margin: 0;
    padding: 20px;
    line-height: 1.6;
    box-sizing: border-box;
}
header {
    text-align: center;
    padding: 30px 0;
    background: linear-gradient(135deg, #FFB300 0%, #FFA000 100%); /* Kept VCU Health Gold, #FFA000 is close enough to maintain gradient intent */
    color: #000000; /* Matches VCU Health Black, suitable for typography */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #FFB300; /* Changed to VCU Health Gold for consistency */
}
