@import url('https://fonts.googleapis.com/css2?family=Coral+Pixels&display=swap');

*{
	margin: 0;
	padding: 0;
}
body {
	.coral-pixels-regular {
  font-family: "Coral Pixels", serif;
  font-weight: 400;
  font-style: normal;
}


}
h1{
	font-family: "Coral Pixels", serif;
}

a:visited{
	color: black;
}
a:hover{
	color: orange;
#n1{
	flex-direction: row;
	justify-content: left;
}
.flotante{
	float: right;
}
.poema{
	width: 40%;
	just

}
p{
	font-family: courier, monospace;
	font-size: larger;
}
