@charset "UTF-8";

/* Fundo geral com imagem */
body {
  background-image:url(https://i.imgur.com/Q97w0tx.jpg);
/* link externo da imagem de fundo */
  background-color:#0a0a0a;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  color:#eaeaea;
  font-family:'Georgia',serif;
  font-size:14px;
  font-style:italic;
  line-height:1.6;
}

/* Links */
a:link,a:active,a:hover {
  color:#ddbdfc;
  text-decoration:none;
}

a:visited {
  color:#b48abf;
}

/* Caixa das seções */
.profile_section_content {
  background-color:rgba(20,20,20,0.7);
  border:1px solid #3a3a3a;
  padding:16px;
  border-radius:12px;
  color:#f1ecf7;
  box-shadow:0 0 12px rgba(255,255,255,0.05);
}

/* Título de cada seção */
.profile_section_title {
  font-size:18px;
  color:#ddaaff;
  font-weight:bold;
  text-align:center;
  border-bottom:1px dashed #666;
  padding-bottom:5px;
  margin-bottom:12px;
  text-shadow:1px 1px #000;
}

/* Rodapé simbólico */
.profile_footer {
  font-size:12px;
  color:#666;
  text-align:center;
  margin-top:20px;
  font-style:italic;
}