.main-content {
    margin-left: 250px;
    padding: 2rem;
  }
  
  .tag-pill {
    display: inline-block;
    background-color: #343a40;
    color: #fff;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 20px;
    font-size: 0.9rem;
  }
  .tag-pill .remove-tag {
    margin-left: 8px;
    cursor: pointer;
  }
    body {
      font-family: 'Roboto', sans-serif;
    }
    .hero {
      background: url('hero_image.png') center/cover no-repeat;
      height: 100vh;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-shadow: 1px 1px 4px #000;
      text-align: center;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .hero p {
      font-size: 1.25rem;
    }
    .about-section {
      padding: 4rem 2rem;
    }
    .contact-section {
      background-color: #f8f9fa;
      padding: 4rem 2rem;
    }
    footer {
      background: #000;
      color: #fff;
      padding: 1rem 0;
      text-align: center;
    }