body {
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}

.container {
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

header {
  background: #0a74da;
  color: white;
  padding: 40px 0;
  text-align: center;
}

header h1 {
  margin: 0;
}

section {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.services ul {
  list-style-type: disc;
  padding-left: 20px;
}

footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 20px 0;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
