 body {
      scroll-behavior: smooth;
    }
    section {
      padding: 20px 0;
    }
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(to right, #a82f72, #3a1c40, #011);
      color: #fff;
      text-align: center;
    }
    .btn-fic, .btn-fic:hover{
      background-color: #a82f72;
      border-color: #a82f72;
      border-radius:5px;
      color: #fff;
      font-weight: 700;
    }
    .custom-fab img, .custom-fab img{
      max-height: 3rem;
      background-color: #a82f72;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .hero p {
      font-size: 1.25rem;
    }
    .project-card img {
      max-height: 200px;
      object-fit: cover;
      background-color: #000;
    }

    .project-card .card-body {
      min-height: 200px;
    }

    .nav-custom{
        background: linear-gradient(to right, #3a1c40, #011)

    }

    section .container{
        margin-top: 5rem !important;
    }