body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f0f2f5;
  color: #1c1e21;
}
.fb-banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.fb-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ddd;
}

.fb-cover img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.fb-profile-section {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-top: -70px; /* Let profile pic overlap banner */
}

.fb-profile-pic img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #fff;
  z-index: 1;
  position: relative;
}
.fb-profile-info {
  margin-left: 20px;
  padding-top: 50px; /* Pushes text down */
  z-index: 0;
}

.fb-profile-info h1 {
    margin-top: 2px;
  margin: 0;
  font-size: 28px;
}

.fb-profile-info p {
  margin: 5px 0;
  color: #65676b;
}

.fb-profile-info .fb-details {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #65676b;
  
}

.fb-profile-info .fb-details i {
  margin-right: 5px;
}

.fb-profile-info .fb-details a {
  color: #1877f2;
  text-decoration: none;
}

.fb-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}

.fb-tabs a {
  margin-right: 20px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #65676b;
  font-weight: bold;
}

.fb-tabs a.active {
  color: #1877f2;
  border-bottom: 3px solid #1877f2;
}

.fb-posts-area {
  padding: 20px;
  color: #65676b;
  font-style: italic;
}
