
body {
  background-color: #eef3f8;
  color: #222;
  font-family: "Segoe UI", Arial, sans-serif;
}

p {
  font-size: 22px;
  line-height: 1.6;
}

h1 {
  color: white;
  font-size: 42px;
  background-color: #003366;
  font-family: Arial;
  padding: 10px;
  border-radius: 8px;
}

h2 {
  color: #003366;
  font-size: 30px;
  background-color: #cce0f5;
  font-family: Arial;
  padding: 8px;
  border-left: 6px solid #003366;
}
