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; /* centra verticalmente */
	gap: 10px;
}


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;
}
