body {
	padding: 2%;
	margin: auto;
	background-color: black;
	color: limegreen;
	@font-face {
  font-family: 'Lucida Console';
  src: url('fonts/lucon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
font-family: Lucida Console, monospace;
}
nav {
	align-items: center;
	text-align: center;
}

nav a {
	display: inline-box;
	text-align: center;
	margin: 0.2%;
	text-decoration: none;
	padding: 1%;
	font-size: 1em;
	color: limegreen;
}

	p {
		display: block;
		text-align: center;
		margin-top: 10%;	
		font-size: 12px;
	}

	i a {
		font-size: 15px;
color: limegreen;
		text-decoration: none;
	}	


.art-ascii img {
  display: block;
  margin: 0 auto; /* Centraliza horizontalmente */
	align-items: center;
	  max-width: 100%;

}

	.container i {
		display: inline-block;
		margin-left: 50%;
		text-align: justify;
	}

	button {
		display: block;
		margin: 0 auto;
		align-items: center;
		background-color: black;
		color: limegreen;
		height: 5px;

	}

	hr {
		border: none;
		height: 0.1px;
		background-color: limegreen;
		width: 600px;
		max-width: 90%;
	}
