body {
  font-family: 'Arial', sans-serif;
  background-color: #f8f9fa;
}

.hero-section {
  background: url('hero-bg.jpg') no-repeat center center;
  background-size: cover;
  color: white;
}

.about-section,
.team-section,
.works-section,
.pricing-section,
.blog-section,
.footer-section {
  background-color: white;
}

.team-section .card,
.works-section .card,
.pricing-section .card,
.blog-section .card {
  border: none;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-section .card-body,
.pricing-section .card-body,
.blog-section .card-body {
  padding: 2rem;
}

.footer-section {
  background-color: #343a40;
}

.footer-section h5 {
  margin-bottom: 1rem;
}

.footer-section p {
  margin-bottom: 0.5rem;
}
