body {
  background-color: white; /* Sets the background color to white */
  color: black;            /* Sets the text color to black */
  font-family: Verdana, sans-serif; /* Sets Verdana as the primary font, with sans-serif as a fallback */
}