body {
  background-color: #141414;
  font-family: arial, san serif;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.profile-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

h1 {
  font-size: 20px;
  margin: 10px 0 5px 0;
}

h3 {
  font-size: 14px;
  color: #c4f82a;
  margin: 0 0 15px 0;
}

p {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 25px;
}

.card {
  background-color: #1f1f1f;
  padding: 30px 20px;
  border-radius: 15px;
  width: 320px;
  text-align: center;
}

.link-button {
  display: block;
  background-color: #333;
  color: white;
  text-decoration: none;
  margin: 10px 0;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
}

.link-button:hover {
  background-color: #555;
}
