/* styles.css */
body {
  font-family: "Arial", sans-serif;
  background-color: #f0f0f0;
  color: rgb(255, 149, 0);
}
