body {
	background: #121415;
	background-image: url('/background.jpg');
	background-size: cover;
	color: #b966ff;
	font-family: monospace;
	margin: 0;
	padding: 20px;
	text-shadow: 0 0 5px #b966ff;
	font-size: 18px;
}

/* header { display: flex; */
/* 	    align-items: center; */
/* 	    justify-content: center; */
/* 	    text-align: center; */
/* 	  }  */
.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; /* opcional, para separar los elementos */
}



h1, h2 {
	color: #d38aff;
	letter-spacing: 2px;
	text-shadow: 0 0 8px #c47aff;
}

a {
	color: #c477ff;
	text-decoration: underline dotted;
	text-shadow: 0 0 4px #b966ff;
}

a:hover {
	color: #ffffff;
	text-shadow: 0 0 6px #ffffff;
}

blockquote {
	border-left: 3px solid #c47aff;
	padding-left: 10px;
	margin-left: 0;
}

ul {
	list-style-type: ">>> ";
}

figure {
	border: 2px dashed #b966ff;
	padding: 10px;
	max-width: 500px; 
	margin: 20px 0;
	background: rgba(185, 102, 255, 0.1);
	box-shadow: 0 0 10px #b966ff55;
	margin: auto;
}

img {
	max-width: 100%;
	/*  filter: contrast(130%) saturate(120%) hue-rotate(20deg); */
}

p {
	font-size: 1em;
}

section {
	border: 1px dashed gray;
	margin: 1em;
	padding: 15px;
}

figcaption {
	color: #d9a6ff;
	background: none;
	font-style: italic;
	text-align: center;
	text-shadow: 0 0 4px #b966ff;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	background: rgba(18, 20, 21, 0.8);
	box-shadow: 0 0 15px #b966ff55;
}

thead {
	background: rgba(185, 102, 255, 0.15);
}

th {
	color: #d38aff;
	padding: 10px;
	border-bottom: 2px dashed #b966ff;
	letter-spacing: 2px;
	text-shadow: 0 0 6px #c47aff;
}

td {
	padding: 10px;
	border-bottom: 1px dashed #6b4a8f;
	color: #b966ff;
	text-shadow: 0 0 4px #b966ff;
}

tr:hover {
	background: rgba(185, 102, 255, 0.1);
}

td a {
	text-decoration: underline dotted;
}

td:first-child {
	color: #d9a6ff;
	font-weight: bold;
	text-shadow: 0 0 6px #d38aff;
}
