/* Global background color */
body {
  font-weight: bold;
  background-color: black; /* solid black background */
  color: white; /* optional: make text visible on black */
}