@charset "UTF-8";

/* ???? Main Background */
body {
  background:linear-gradient(to bottom right,#ffe6f0,#fff0f5);
  font-family:'Segoe UI','Helvetica Neue',sans-serif;
  color:#cc0077;
}

/* ???? Headings */
h1,h2,h3 {
  color:#ff66b2;
  font-family:'Brush Script MT',cursive;
  text-transform:uppercase;
  font-size:24px;
  border-bottom:1px dashed #ffb6c1;
  padding-bottom:5px;
}

/* ???? Links */
a:link,a:visited {
  color:#ff69b4;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  color:#ff1493;
  text-shadow:0 0 5px #fff;
  text-decoration:underline;
}

/* ???? Profile Boxes */
.profile_section {
  background:rgba(255,240,245,0.9);
  border:2px solid #ffcce6;
  border-radius:15px;
  padding:15px;
  margin:15px 0;
  box-shadow:0 0 10px #ffb6c1;
}

/* ???? Sparkle Name Style */
.sparkle-text {
  color:#ff99cc;
  font-size:30px;
  font-weight:bold;
  text-shadow:0 0 10px #fff,0 0 20px #ff69b4;
  text-align:center;
  font-family:'Lucida Handwriting',cursive;
}

/* ???? Tip Menu */
.tip_menu {
  background:#fff0f5;
  border:1px solid #ff99cc;
  border-radius:10px;
  padding:10px;
  font-size:14px;
  color:#cc0077;
  box-shadow:0 0 5px #ffb6c1;
}

/* ???? Profile Image */
.profile_image {
  border:5px double #ff99cc;
  border-radius:50%;
  padding:8px;
  background-color:#fff0f5;
  box-shadow:0 0 15px #ffccff;
  max-width:200px;
  display:block;
  margin:0 auto;
}