body {
      font-family: 'Segoe UI', sans-serif;
      background: url("imageee.jpg") no-repeat center center fixed;
      background-size: cover;
      margin: 0;
      padding: 0;
      color: #f4f0ef;
      font-weight: bolder;
      font-style: oblique;
    }
    

    .profile-card {
      background: rgba(0, 0, 0, 0.7);
      max-width: 500px;
      margin: 60px auto;
      padding: 30px;
      border-radius: 20px;
      text-align: center;
      box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    }

    .profile-card img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      border: 5px solid #1a568f;
      margin-bottom: 15px;
      font-weight: bolder;
    }
      .profile-card a {
        color: #f5f7f9;
       font-weight: bold;
       text-decoration: underline;
}


    .profile-card h2 {
      margin-bottom: 10px;
      color: #e8e8dd;
      font-weight: bold;
    }

    .profile-card p {
      line-height: 1.7;
      font-size: 15px;
    }

    .profile-card p span {
      font-weight: bold;
      color: #f9ffff;
    }

    .back-home {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #1a568f;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.back-home:hover {
  background-color: #104270;
}
