body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #f5f5f5;
  color: #333;
}

img{
  width: 100px;
  height: 100px;
  
  } 
header {
  background-color: #0066cc;
  color: white;
  padding: 1em 0;
  text-align: center;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #fff;
  color: #333;
}

header {
  background-color: #0066cc;
  color: white;
  padding: 1em 0;
  text-align: center;
  
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 2rem;
}

nav ul li {
  display: inline-block;
  margin: 0 15px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav a.active, nav a:hover {
  text-decoration: underline;
}

section {
  padding: 30px;
  text-align: center;
}

form {
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  background-color: #0066cc;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #004999;
}

footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}
.social-links {
  margin-top: 40px;
}

.social-links h3 {
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  margin: 8px;
  padding: 10px 20px;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.whatsapp {
  background-color: #25D366;
}

.tiktok {
  background-color: #010101;
}

.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
img{
  border-radius: 50%;
  align-items: left;
}
nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin: 0 15px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav .active, nav a:hover {
  text-decoration: underline;
  background: pink;
  background: gold;
}

section {
  padding: 30px;
  text-align: center;
}

/* Card Container */
.purple-card {
  background: linear-gradient(135deg, #6a00ff55, #b400ff55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 2px solid rgba(186, 0, 255, 0.4);
  border-radius: 20px;
  padding: 20px;
  margin: 15px 0;

  box-shadow: 0 0 15px rgba(162, 0, 255, 0.6),
              0 0 35px rgba(186, 0, 255, 0.4);

  animation: cardFloat 3s ease-in-out infinite;
  transform-style: preserve-3d;

  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Glow Hover Effect */
.purple-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 0 25px rgba(186, 0, 255, 0.8),
              0 0 50px rgba(186, 0, 255, 0.5);
  border-color: #d977ff;
}

/* Floating Animation */
@keyframes cardFloat {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}
form {
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

button {
  background-color: #0066cc;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #004999;
}

footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}
