body 
{
  background: #fff; /* White background */
  color: #333;    /* Dark text */
}


/* Form controls */
input, button 
{
  width: 100%;     /* Full width */
  padding: 0.5rem;  /* Spacing */
}

/* Tables */
th
{
  background: #007acc; /* Header background */
  color: #fff;     /* Header text */
}