body {
  background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRJBvBR1fUf70P5xh8bhceZh9nCzuIzO-voRg&s'); /* glitter bg */
  background-size: cover;
  margin: 0;
  font-family: 'Outfit', sans-serif;
  color: #fff;
}

.main {
  backdrop-filter: blur(8px);
  background: rgba(255, 105, 180, 0.3);
  max-width: 400px;
  margin: 60px auto;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 0 25px hotpink;
  text-align: center;
}

.pfp {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 5px solid #fff;
  object-fit: cover;
  margin-bottom: 15px;
}

h1 {
  font-family: 'Rubik Mono One', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.bio {
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}

.links a {
  display: block;
  text-decoration: none;
  color: hotpink;
  background: #fff;
  margin: 12px 0;
  padding: 14px;
  border-radius: 18px;
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 15px;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
}

.links a:hover {
  transform: scale(1.05);
  background: #ffe6f0;
}

.bottom {
  margin-top: 25px;
  font-size: 12px;
  font-style: italic;
  color: #fff;
}
