body {
    background-color: #f4f4f9;
    color: #333;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 50px;
  }
  .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  }
  .profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  p.bio {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .linktree-links .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    border-radius: 10px;
    font-size: 1.2rem;
    color: white;
    background-color: rgba(1, 4, 136, 0.9);
    transition: background-color 0.3s ease;
  }
  .linktree-links .btn:hover {
    background-color: #333;
  }
  .social-icons a {
    margin: 0 10px;
    font-size: 1.5rem;
    color: #333;
    transition: color 0.3s ease;
  }
  .social-icons a:hover {
    color: #007bff;
  }
  footer {
    margin-top: 40px;
    font-size: 0.9rem;
    color: #888;
  }
  .carousel-inner {
    background-color: #afafaf49;
  }
  .carousel-caption {
    color: #fff;
  }
  .carousel-caption h5,
  .carousel-caption p {
    text-shadow: 2px 1px #464646d8;
  }