/* style.css — controls font and page appearance */

body {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16pt;
  line-height: 1.5;
  color: #222;
  background-color: #ffffff;
  margin: 20px;
}

