.profile-box {
  background: white;  /* soft yellow, slightly see-through */
  border: 2px solid #ffccff;             /* pastel pink border */
  border-radius: 20px;                   /* rounded corners */
  padding: 20px;
  width: 300px;                          /* box size */
  margin: 50px auto;                     /* center on page */
  font-family: 'Poppins', sans-serif;  /* use the cute font you picked */
  font-size: 20px;
  color: black;                           /* text color */
  box-shadow: 0 0 20px #ffccff;          /* soft glow */
}

.profile-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #ff69b4;                        /* cute pink title */
}
