.hero {
    background-color: #f5f5f5;
  }
  
  .service-box {
    transition: transform 0.3s ease-in-out;
  }
  
  .service-box:hover {
    transform: scale(1.05);
  }
  
  footer {
    background-color: #333;
  }

  
  .feather {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .social-media {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    margin: 0 auto;
  }