body {
  font-family: "Segoe UI", sans-serif;
  background: #f3f4f6;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.profile-pic {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

h1 {
  margin-bottom: 5px;
  font-size: 28px;
}

p {
  margin-bottom: 30px;
  color: #555;
}

.links a {
  display: block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  transition: background 0.2s ease;
  font-size: 16px;
}

.links a i {
  margin-right: 10px;
}

.links a:hover {
  background: #333;
}

.bootcamp {
  background: #fff8e7;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #ffd700;
}

.bootcamp h2 {
  color: #ff9900;
  margin-bottom: 10px;
}

.bootcamp p {
  color: #444;
  margin: 8px 0;
}

.bootcamp .cta {
  margin-top: 15px;
}

.whatsapp-button {
  display: inline-block;
  background-color: #25d366;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #1ebe5d;
}

.whatsapp-button i {
  margin-right: 8px;
}

/*body {
  font-family: 'Segoe UI', sans-serif;
  background: #f3f4f6;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.profile-pic {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

h1 {
  margin-bottom: 5px;
  font-size: 28px;
}

p {
  margin-bottom: 30px;
  color: #555;
}

.links a {
  display: block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  transition: background 0.2s ease;
  font-size: 16px;
}

.links a i {
  margin-right: 10px;
}

.links a:hover {
  background: #333;
}

.bootcamp {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 15px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  text-align: left;
}

.bootcamp h2 {
  color: #0077cc;
  margin-bottom: 10px;
  text-align: center;
}

.bootcamp ul {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.6;
}

.bootcamp .cta {
  text-align: center;
  margin-top: 20px;
}

.whatsapp-button {
  display: inline-block;
  background-color: #25D366;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #1ebe5d;
}

.whatsapp-button i {
  margin-right: 8px;
}
*/
