a{
	color: rgb(128,93,241);
    text-decoration: none;
}

body {
	font-family: 'Noto Sans', sans-serif; 
	font-size: 20px;
	font-weight: 300; 
	background color: rgb(240,244,195);
}

p{
	color: #4C4C4C;
    padding: 10px 5px;
    font-size: 1em;
    line-height: 28px;
    margin-bottom: 12px;
    width: auto;
    max-width: 450px;
    position: absolute;
    left: 20%;
    top: 20%;
    text-align: left;
    background color: rgb(240,244,195);
}


#Parrafo{
	position: relative;
	background color: rgb(240,244,195);
	min-height: 800px;
	width: 100%;
}


/* Pantallas chicas */

@media screen and (min-width:200px){ 


	p{
		color: #4C4C4C;
	    padding: 20px 20px 20px 20px;
	    font-size: .8em;
	    line-height: 25px;
	    margin-bottom: 12px;
	    width: 80%;
	    max-width: 450px;
	    position: absolute;
	    left: 0%;
	    top: 0%;
	    text-align: left;
	}

	#Parrafo{
		position: relative;
		max-height: 480px;
		width: 100%;
	}

}

/* Pantallas grandes */

@media screen and (min-width:600px){


	p{
	color: #4C4C4C;
    padding: 10px 5px;
    font-size: 1em;
    line-height: 28px;
    margin-bottom: 12px;
    width: auto;
    max-width: 430px;
    position: absolute;
    left: 15%;
    top: 15%;
    text-align: left;
	}


	#Parrafo{
		position: relative;
		max-height: 800px;
		width: 100%;
	}

}