<style>

::selection {

  /* Change highlight background color */

  background: #f7e0f3;

  /* Change highlight text color */

  color: #FFFFFF;

}

html {

  overflow: scroll;

  overflow-x: hidden;

}

::-webkit-scrollbar {

  width: 0; /* remove scrollbar space */

  background: transparent; /* to make scrollbar invisible */

}



::-webkit-scrollbar-thumb {

  background: transparent;

}

@font-face {

  font-family: 'starborn';

  src: url('https://dl.dropboxusercontent.com/s/l0541on0m5eqvdj/Starborn.ttf') format('truetype');

}



@font-face {

  font-family: 'pixel';

  src: url('https://dl.dropboxusercontent.com/s/kmhe7d3n18vdz5e/w95fa.woff') format('woff');

}

body {

  background-image: url('https://i.pinimg.com/736x/ae/3f/55/ae3f5583b13cc78bf411255492af33f4.jpg');

  background-attachment: fixed;

  background-repeat: repeat;

  font-family: 'pixel', sans-serif;

  font-size: 1.25em;

  color: black;

}

main {

  border: #FF99FF 1px inset;

}

nav .top {

  border-radius: 15px 15px 0px 0px;

  background: #FF6699;

  box-shadow: 0 0 8px 8px white inset;

  border: 1px outset black;

  margin-top: 5px;

}

/* Sparkly Smiley Star */

* {

  cursor: url('https://cdn.cursors-4u.net/css-previews/sparkly-smiley-star-fd26c1a9-css.webp') 0 0, auto !important;

}

.logout-btn {

  font-family: 'pixel', sans-serif;

  color: black;

}

.links {

  background: none !important;

}

a {

  text-shadow: none !important;

  color: black !important;

}

a:hover {

  color: #fec5e5 !important; 

}

.w-40 h1 {

  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;

  color: #FF0099;

  padding: 0 1px 0 1px;

  font-family: 'starborn', sans-serif;

  font-size: 3em;

}

.profile-pic {

  border-width: 8px;

  border-style: inset;

  border-image: url("https://i.pinimg.com/736x/f5/b8/db/f5b8dbb17b80f14238283105d54df59a.jpg") 8 fill round;         

  height: 175px !important;      

}

.online {

  color: #FF0099;

}


.online img {

  content: url("http://www.myspacegens.com/images/online_now/109.gif");    

}

.ImgOnlineNow { 

  display: none !important;

}

.contact .icon {

  display: none; 

}

.icon {

  display: inline;

  filter: grayscale(100%); 

}

/* --- CORREÇÃO: UNIFICANDO AS CORES DAS CAIXINHAS (ROSA) --- */

.profile .contact .heading,

.profile .blurbs .heading,

.profile .friends .heading,

.profile .table-section .heading,

.setting-co {

  background: #FFCCFF !important; 
}

.profile .contact,

.profile .blurbs,

.profile .friends,

.profile .table-section {

  border: 2px inset #FFCCCC !important;

  border-radius: 5px;

}

.heading, 

.heading h4,

.heading h2,

.profile .blurbs .heading h4, 

.profile .friends .heading h4,

.profile .table-section .heading h4 {

  font-family: 'starborn', sans-serif !important;

  background-color: transparent !important;

  color: #fec5e5 !important;

  -webkit-text-stroke: 0.5px black;

}


.heading a {

  font-family: 'starborn', sans-serif !important;

  color: #fec5e5 !important;

  -webkit-text-stroke: 0.5px black;

}

.heading h4 {

  background-image: radial-gradient(white 30%, transparent 70%);

}

.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before { content: url("https://lpmustdiesite.carrd.co/assets/images/image02.gif?v=719e5e6d"); }

.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before { content: url("https://lpmustdiesite.carrd.co/assets/images/image01.gif?v=719e5e6d"); }

.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before { content: url("https://lpmustdiesite.carrd.co/assets/images/image03.gif?v=719e5e6d"); }

.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before { content: url("https://lpmustdiesite.carrd.co/assets/images/image04.gif?v=719e5e6d"); }

.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before { content: url("https://lpmustdiesite.carrd.co/assets/images/image05.gif?v=719e5e6d"); }

.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before { content: url("https://lpmustdiesite.carrd.co/assets/images/image06.gif?v=719e5e6d"); }

.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before { content: url("https://lpmustdiesite.carrd.co/assets/images/image07.gif?v=719e5e6d"); }

.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before { content: url("https://lpmustdiesite.carrd.co/assets/images/image08.gif?v=719e5e6d"); } 

.profile .url-info {

  border: 2px inset #FFCCFF;

  border-radius: 5px;

}

.details-table {

  margin: 2px;

  border-spacing: 10px;

}

.details-table td {

  background: white;

  box-shadow: 2px 5px #fff1f7;

}

.details-table p, 

.profile .blurbs .section h4, 

.count, 

.comments-table td,

.blurbs p,

.blurbs h4 {

  font-family: 'pixel', sans-serif !important;

  color: black !important; 

  -webkit-text-stroke: 0px transparent !important; /* Evita que herdem o contorno preto dos títulos */

}

.details-table td:first-child {

  background: white;

}

.profile .friends .person img:not(.icon) {

  border-radius: 15px;

}

.friends {

  margin-bottom: 15px; 

}

.comments-table img {

  border-radius: 15px;

}

.comments-table td {

  background-color: #fff1f7;

}

.comments-table tr td:first-child {

  background-color: #FFCCFF;

}

footer {

  background: none; 

}

</style> 

