@charset "UTF-8";

<style>
body {
  background:#111;
  color:#eee;
  font-family:"Trebuchet MS",sans-serif;
}

.profile-header {
  text-align:center;
  padding:20px;
  background:linear-gradient(45deg,#ff4e88,#ff9a9e);
  color:white;
  font-size:26px;
  font-weight:bold;
  border-radius:12px;
}

.section {
  background:rgba(255,255,255,0.05);
  padding:15px;
  margin:15px 0;
  border-radius:12px;
  box-shadow:0 2px 8px rgba(0,0,0,0.5);
}

.section h2 {
  color:#ff7bbf;
  border-bottom:1px solid #ff7bbf;
  padding-bottom:5px;
  font-size:20px;
}

a {
  color:#ff7bbf;
  text-decoration:none;
}

a:hover {
  color:#fff;
  text-shadow:0 0 5px #ff7bbf;
}