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

header {
  background-color: #007bff;
}

header h1 {
  font-size: 3em;
  margin-bottom: 10px;
}

header p {
  font-size: 1.2em;
}

section {
  padding: 50px 0;
}

h2 {
  margin-bottom: 20px;
  font-size: 2em;
}

.service img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

blockquote {
  background: #f8f9fa;
  border-left: 5px solid #007bff;
  margin: 20px 0;
  padding: 20px;
  font-style: italic;
}

footer {
  background-color: #0056b3;
}

footer p {
  margin: 0;
}
