body {
	font-family: Arial;
	background-color: #000000;
}
#fondo{
	top:0;
	width:99%;
	position:absolute;
	z-index:-1;
	overflow:hidden;
	border:0;
}


#parrafo{
	font-size: 20;
	font-style: oblique; 
	background-color: pink;
	border-radius: 20px;
	opacity: 0.8;
	width: 40%;
	height: 40%;
	margin-top: 100px;
	float: left;
}

#jotito{
	position: absolute;
	top: 90px;
	left: 55%;
	height: 70%;
	width: 50%;
    font-size: 30%
}